Changed prod domain

This commit is contained in:
DutchEllie 2022-04-20 15:23:54 +02:00
parent d0e7f90e9f
commit 24f12a1e37
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-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