Changed prod domain
This commit is contained in:
parent
d0e7f90e9f
commit
24f12a1e37
|
@ -5,16 +5,16 @@ ingress:
|
|||
name: newsite-prod
|
||||
annotations:
|
||||
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: |
|
||||
add_header Content-Security-Policy "frame-ancestors 'self' https://forestofunix.xyz";
|
||||
proxy_hide_header X-Frame-Options ;
|
||||
tls:
|
||||
- hosts:
|
||||
- newsite.dutchellie.nl
|
||||
- quenten.nl
|
||||
secretName: newsite-tls
|
||||
hosts:
|
||||
- host: newsite.dutchellie.nl
|
||||
- host: quenten.nl
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
Loading…
Reference in New Issue