Moved staging domain
continuous-integration/drone/push Build is passing Details

This commit is contained in:
DutchEllie 2022-04-20 14:52:20 +02:00
parent 4cd86be5a0
commit d0e7f90e9f
Signed by: DutchEllie
SSH Key Fingerprint: SHA256:UU8yhd1Bh8exU88ev0ej/Dm+CeyfR/ZIDRrpRfYdfbg
1 changed files with 3 additions and 3 deletions

View File

@ -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