mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 05:51:17 +07:00
Add Drone config
This commit is contained in:
parent
a03c2f73c7
commit
bc1c63e27d
@ -12,6 +12,20 @@ spec:
|
||||
repoURL: https://charts.drone.io
|
||||
chart: drone
|
||||
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
|
||||
syncPolicy:
|
||||
automated:
|
||||
|
Loading…
Reference in New Issue
Block a user