Skip to content

Commit

Permalink
fix: Kubernetes annotations for shipments
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Kerkhove <[email protected]>
  • Loading branch information
tomkerkhove committed Jan 27, 2021
1 parent 0589819 commit 16eaaba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/kubernetes/deploy-shipments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ metadata:
labels:
app: codito
microservice: shipments
annotations:
service.beta.kubernetes.io/azure-dns-label-name: codito-kubernetes-shipments
spec:
type: LoadBalancer
ports:
Expand All @@ -61,8 +63,6 @@ metadata:
labels:
app: codito
microservice: shipments
annotations:
service.beta.kubernetes.io/azure-dns-label-name: codito-kubernetes-shipments
spec:
ports:
- port: 88
Expand Down

0 comments on commit 16eaaba

Please sign in to comment.