Changed prod domain
This commit is contained in:
parent
d0e7f90e9f
commit
24f12a1e37
|
@ -5,16 +5,16 @@ ingress:
|
||||||
name: newsite-prod
|
name: newsite-prod
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||||
external-dns.alpha.kubernetes.io/hostname: "newsite.dutchellie.nl"
|
external-dns.alpha.kubernetes.io/hostname: "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.dutchellie.nl
|
- quenten.nl
|
||||||
secretName: newsite-tls
|
secretName: newsite-tls
|
||||||
hosts:
|
hosts:
|
||||||
- host: newsite.dutchellie.nl
|
- host: quenten.nl
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
Loading…
Reference in New Issue