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

20 lines
605 B
YAML
Raw Normal View History

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