proper-website-2/.drone/helm/staging-val.yaml
DutchEllie 18f445502b
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
Shit, fucked up cluster-issuer
2022-06-29 16:25:49 +02:00

24 lines
740 B
YAML

baseURL: staging.quenten.nl
name: newsite-staging
containerEnv:
- name: APIURL
value: https://api.quenten.nl/api/testing
service:
name: "{{ .Values.name }}"
ingress:
name: "{{ .Values.name }}"
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-staging"
external-dns.alpha.kubernetes.io/hostname: "{{ .Values.baseURL }}"
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:
- "{{ .Values.baseURL }}"
secretName: "{{ .Values.name }}-tls"
hosts:
- host: "{{ .Values.baseURL }}"
paths:
- path: /
pathType: Prefix