svelte-testing/.drone/helm/prod-val.yaml

21 lines
537 B
YAML

baseURL: changeme.dutchellie.nl
name: changeme-prod
containerEnv:
# - name: APIURL
# value: https://api.quenten.nl/api
service:
name: "{{ .Values.name }}"
ingress:
name: "{{ .Values.name }}"
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-prod"
external-dns.alpha.kubernetes.io/hostname: "{{ .Values.baseURL }}"
tls:
- hosts:
- "{{ .Values.baseURL }}"
secretName: "{{ .Values.name }}-tls"
hosts:
- host: "{{ .Values.baseURL }}"
paths:
- path: /
pathType: Prefix