mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-07 01:56:57 +02:00
Update docs/tutorials/godaddy.md
Co-authored-by: Nick Jüttner <nick@juni.io>
This commit is contained in:
parent
85e048d4c9
commit
02acef614d
@ -115,7 +115,7 @@ spec:
|
|||||||
serviceAccountName: external-dns
|
serviceAccountName: external-dns
|
||||||
containers:
|
containers:
|
||||||
- name: external-dns
|
- name: external-dns
|
||||||
image: k8s.gcr.io/external-dns/external-dns:v0.7.6
|
image: k8s.gcr.io/external-dns/external-dns:v0.7.7
|
||||||
args:
|
args:
|
||||||
- --source=service # ingress is also possible
|
- --source=service # ingress is also possible
|
||||||
- --domain-filter=example.com # (optional) limit to only example.com domains; change to match the zone created above.
|
- --domain-filter=example.com # (optional) limit to only example.com domains; change to match the zone created above.
|
||||||
|
Loading…
Reference in New Issue
Block a user