proper-website-2/.drone/helm/prod-val.yaml

20 lines
561 B
YAML
Raw Normal View History

2022-03-12 20:43:21 +01:00
name: newsite-prod
service:
name: newsite-prod
ingress:
name: newsite-prod
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
2022-04-20 15:23:54 +02:00
external-dns.alpha.kubernetes.io/hostname: "quenten.nl"
2022-04-20 14:45:04 +02:00
nginx.ingress.kubernetes.io/configuration-snippet: |
add_header Content-Security-Policy "frame-ancestors 'self' https://forestofunix.xyz";
proxy_hide_header X-Frame-Options ;
2022-03-12 20:43:21 +01:00
tls:
- hosts:
2022-04-20 15:23:54 +02:00
- quenten.nl
2022-03-12 20:43:21 +01:00
secretName: newsite-tls
hosts:
2022-04-20 15:23:54 +02:00
- host: quenten.nl
2022-03-12 20:43:21 +01:00
paths:
- path: /
pathType: Prefix