mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 13:08:52 +07:00
feat(platform): install Concourse
This commit is contained in:
parent
e20558e545
commit
3936c83a1b
7
platform/concourse/Chart.yaml
Normal file
7
platform/concourse/Chart.yaml
Normal 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/
|
14
platform/concourse/values.yaml
Normal file
14
platform/concourse/values.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user