khuedoan-homelab/platform/concourse/values.yaml

15 lines
322 B
YAML
Raw Normal View History

2021-12-23 11:31:15 +07:00
concourse:
web:
ingress:
enabled: true
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-prod"
ingressClassName: nginx
hosts:
- &host concourse.khuedoan.com
tls:
- secretName: concourse-tls-certificate
hosts:
- *host
externalUrl: *host