mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-07 01:28:42 +07:00
15 lines
322 B
YAML
15 lines
322 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
|
||
|
externalUrl: *host
|