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 name: newsite-staging
annotations: annotations:
cert-manager.io/cluster-issuer: letsencrypt-staging 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: | nginx.ingress.kubernetes.io/configuration-snippet: |
add_header Content-Security-Policy "frame-ancestors 'self' https://forestofunix.xyz"; add_header Content-Security-Policy "frame-ancestors 'self' https://forestofunix.xyz";
proxy_hide_header X-Frame-Options ; proxy_hide_header X-Frame-Options ;
tls: tls:
- hosts: - hosts:
- newsite.staging.dutchellie.nl - staging.quenten.nl
secretName: newsite-staging-tls secretName: newsite-staging-tls
hosts: hosts:
- host: newsite.staging.dutchellie.nl - host: staging.quenten.nl
paths: paths:
- path: / - path: /
pathType: Prefix pathType: Prefix