Skip to content

Commit

Permalink
Merge pull request #4663 from orgads/patch-1
Browse files Browse the repository at this point in the history
azure-private-dns: Fix LoadBalancer example
  • Loading branch information
k8s-ci-robot authored Aug 7, 2024
2 parents 47b15e1 + f7e8ca1 commit 1ceaf79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/tutorials/azure-private-dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,12 +330,12 @@ Apply the following manifest to create a service of type `LoadBalancer`. This wi
---
apiVersion: v1
kind: Service
annotations:
service.beta.kubernetes.io/azure-load-balancer-internal: "true"
external-dns.alpha.kubernetes.io/hostname: server.example.com
external-dns.alpha.kubernetes.io/internal-hostname: server-clusterip.example.com
metadata:
name: nginx-svc
annotations:
service.beta.kubernetes.io/azure-load-balancer-internal: "true"
external-dns.alpha.kubernetes.io/hostname: server.example.com
external-dns.alpha.kubernetes.io/internal-hostname: server-clusterip.example.com
spec:
ports:
- port: 80
Expand Down

0 comments on commit 1ceaf79

Please sign in to comment.