feat(platform): install Concourse

This commit is contained in:
Khue Doan 2021-12-23 11:31:15 +07:00
parent e20558e545
commit 3936c83a1b
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,7 @@
apiVersion: v2
name: concourse
version: 0.0.0
dependencies:
- name: concourse
version: 16.1.7
repository: https://concourse-charts.storage.googleapis.com/

View File

@ -0,0 +1,14 @@
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