From bde68d936987e319773f5a49bf15089d413a008b Mon Sep 17 00:00:00 2001 From: DutchEllie Date: Wed, 20 Apr 2022 15:23:54 +0200 Subject: [PATCH] Changed prod domain --- .drone/helm/prod-val.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone/helm/prod-val.yaml b/.drone/helm/prod-val.yaml index bdb0d48..c1a0fd9 100644 --- a/.drone/helm/prod-val.yaml +++ b/.drone/helm/prod-val.yaml @@ -5,16 +5,16 @@ ingress: name: newsite-prod annotations: cert-manager.io/cluster-issuer: letsencrypt-prod - external-dns.alpha.kubernetes.io/hostname: "newsite.dutchellie.nl" + external-dns.alpha.kubernetes.io/hostname: "quenten.nl" nginx.ingress.kubernetes.io/configuration-snippet: | add_header Content-Security-Policy "frame-ancestors 'self' https://forestofunix.xyz"; proxy_hide_header X-Frame-Options ; tls: - hosts: - - newsite.dutchellie.nl + - quenten.nl secretName: newsite-tls hosts: - - host: newsite.dutchellie.nl + - host: quenten.nl paths: - path: / pathType: Prefix \ No newline at end of file