mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-08 06:23:13 +07:00
Add Drone config
This commit is contained in:
parent
a03c2f73c7
commit
bc1c63e27d
@ -12,6 +12,20 @@ spec:
|
|||||||
repoURL: https://charts.drone.io
|
repoURL: https://charts.drone.io
|
||||||
chart: drone
|
chart: drone
|
||||||
targetRevision: 0.1.7
|
targetRevision: 0.1.7
|
||||||
|
helm:
|
||||||
|
parameters:
|
||||||
|
- name: env.DRONE_SERVER_HOST
|
||||||
|
value: drone.khuedoan.com
|
||||||
|
- name: env.DRONE_SERVER_PROTO
|
||||||
|
value: https
|
||||||
|
- name: env.DRONE_GITEA_SERVER
|
||||||
|
value: https://git.khuedoan.com
|
||||||
|
- name: 'ingress.enabled'
|
||||||
|
value: 'true'
|
||||||
|
- name: 'ingress.hosts[0].host'
|
||||||
|
value: drone.khuedoan.com
|
||||||
|
- name: 'ingress.hosts[0].paths[0]'
|
||||||
|
value: '/'
|
||||||
project: default
|
project: default
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
|
Loading…
Reference in New Issue
Block a user