Skip to content

Commit

Permalink
externaldns
Browse files Browse the repository at this point in the history
  • Loading branch information
clarknova99 committed Feb 11, 2023
1 parent 5ab0e53 commit 8a8374e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kubernetes/apps/networking/authentik/app/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
external-dns/is-public: "true"
external-dns.home.arpa/enabled: "true"
external-dns.alpha.kubernetes.io/target: "${SECRET_DOMAIN}"
external-dns.alpha.kubernetes.io/hostname: auth.${SECRET_DOMAIN}
#external-dns/is-public: "true"
external-dns.home.arpa/enabled: "false"
# external-dns.alpha.kubernetes.io/target: "${SECRET_DOMAIN}"
# external-dns.alpha.kubernetes.io/hostname: auth.${SECRET_DOMAIN}
hajimari.io/enable: "true"
hajimari.io/icon: mdi:account-security-outline
cert-manager.io/cluster-issuer: letsencrypt-production
Expand Down

0 comments on commit 8a8374e

Please sign in to comment.