feat: add external-dns service source and git2-ssh hostname annotation
This commit is contained in:
@@ -54,6 +54,7 @@ spec:
|
|||||||
image: registry.k8s.io/external-dns/external-dns:v0.15.0
|
image: registry.k8s.io/external-dns/external-dns:v0.15.0
|
||||||
args:
|
args:
|
||||||
- --source=ingress
|
- --source=ingress
|
||||||
|
- --source=service
|
||||||
- --domain-filter=lunarfront.tech
|
- --domain-filter=lunarfront.tech
|
||||||
- --provider=cloudflare
|
- --provider=cloudflare
|
||||||
- --cloudflare-proxied
|
- --cloudflare-proxied
|
||||||
|
|||||||
@@ -67,6 +67,7 @@ service:
|
|||||||
port: 22
|
port: 22
|
||||||
annotations:
|
annotations:
|
||||||
service.beta.kubernetes.io/do-loadbalancer-name: "gitea-ssh"
|
service.beta.kubernetes.io/do-loadbalancer-name: "gitea-ssh"
|
||||||
|
external-dns.alpha.kubernetes.io/hostname: git2-ssh.lunarfront.tech
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user