Moved staging domain
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
4cd86be5a0
commit
d0e7f90e9f
|
@ -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
|
Loading…
Reference in New Issue