proper-website-2/.drone/helm/prod-val.yaml
DutchEllie 4cd86be5a0
All checks were successful
continuous-integration/drone/push Build is passing
Added frame options
2022-04-20 14:45:04 +02:00

20 lines
594 B
YAML

name: newsite-prod
service:
name: newsite-prod
ingress:
name: newsite-prod
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
external-dns.alpha.kubernetes.io/hostname: "newsite.dutchellie.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
secretName: newsite-tls
hosts:
- host: newsite.dutchellie.nl
paths:
- path: /
pathType: Prefix