mirror of
https://github.com/nold360/hive-apps
synced 2024-11-19 03:59:31 +00:00
fix(nextcloud): external-dns
This commit is contained in:
parent
9b8f1d142f
commit
577e807a9d
1 changed files with 4 additions and 0 deletions
|
@ -80,6 +80,10 @@ ingress:
|
|||
cert-manager.io/cluster-issuer: letsencrypt
|
||||
traefik.ingress.kubernetes.io/router.tls: 'true'
|
||||
kubernetes.io/ingress.class: ingress-external
|
||||
external-dns.alpha.kubernetes.io/hostname: share.gnu.one
|
||||
external-dns.alpha.kubernetes.io/target: gnu.one
|
||||
external-dns.alpha.kubernetes.io/cloudflare-proxied: "false"
|
||||
|
||||
tls:
|
||||
- secretName: nextcloud-tls
|
||||
hosts:
|
||||
|
|
Loading…
Reference in a new issue