mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-06 17:18:51 +07:00
17 lines
369 B
YAML
17 lines
369 B
YAML
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
|
|
concourse:
|
|
web:
|
|
externalUrl: https://concourse.khuedoan.com
|