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

20 lines
648 B
YAML

name: newsite-staging
service:
name: newsite-staging
ingress:
name: newsite-staging
annotations:
cert-manager.io/cluster-issuer: letsencrypt-staging
external-dns.alpha.kubernetes.io/hostname: "newsite.staging.dutchellie.nl"
nginx.ingress.kubernetes.io/configuration-snippet: |
add_header X-Frame-Options "sameorigin";
add_header Content-Security-Policy "default-src 'self' frame-ancestors 'forestofunix.xyz';
tls:
- hosts:
- newsite.staging.dutchellie.nl
secretName: newsite-staging-tls
hosts:
- host: newsite.staging.dutchellie.nl
paths:
- path: /
pathType: Prefix