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
|
||||
args:
|
||||
- --source=ingress
|
||||
- --source=service
|
||||
- --domain-filter=lunarfront.tech
|
||||
- --provider=cloudflare
|
||||
- --cloudflare-proxied
|
||||
|
||||
@@ -67,6 +67,7 @@ service:
|
||||
port: 22
|
||||
annotations:
|
||||
service.beta.kubernetes.io/do-loadbalancer-name: "gitea-ssh"
|
||||
external-dns.alpha.kubernetes.io/hostname: git2-ssh.lunarfront.tech
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user