feat: add external-dns service source and git2-ssh hostname annotation

This commit is contained in:
Ryan Moon
2026-04-02 18:32:17 -05:00
parent c917cedbbb
commit 3a27ccfe8d
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -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