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