From d0e7f90e9fd3461f7a4ef32725347dc00561d06e Mon Sep 17 00:00:00 2001 From: DutchEllie Date: Wed, 20 Apr 2022 14:52:20 +0200 Subject: [PATCH] Moved staging domain --- .drone/helm/staging-val.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone/helm/staging-val.yaml b/.drone/helm/staging-val.yaml index 934328e..59551d0 100644 --- a/.drone/helm/staging-val.yaml +++ b/.drone/helm/staging-val.yaml @@ -5,16 +5,16 @@ ingress: name: newsite-staging annotations: cert-manager.io/cluster-issuer: letsencrypt-staging - external-dns.alpha.kubernetes.io/hostname: "newsite.staging.dutchellie.nl" + external-dns.alpha.kubernetes.io/hostname: "staging.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.staging.dutchellie.nl + - staging.quenten.nl secretName: newsite-staging-tls hosts: - - host: newsite.staging.dutchellie.nl + - host: staging.quenten.nl paths: - path: / pathType: Prefix \ No newline at end of file