mirror of
https://github.com/nold360/hive-apps
synced 2025-01-12 08:55:02 +00:00
fix(drone): Use modded chart FIXME
This commit is contained in:
parent
8056c36db1
commit
7bc2f71ed4
2 changed files with 8 additions and 5 deletions
projects/drone
|
@ -13,9 +13,9 @@ config:
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
- name: drone
|
- name: drone
|
||||||
repoURL: https://charts.drone.io
|
repoURL: https://github.com/nold360/drone-charts
|
||||||
chart: drone
|
path: charts/drone
|
||||||
targetRevision: 0.6.4
|
targetRevision: master
|
||||||
secrets:
|
secrets:
|
||||||
- name: drone-env
|
- name: drone-env
|
||||||
keys:
|
keys:
|
||||||
|
|
|
@ -13,7 +13,10 @@ securityContext:
|
||||||
|
|
||||||
podAnnotations:
|
podAnnotations:
|
||||||
prometheus.io/scrape: "true"
|
prometheus.io/scrape: "true"
|
||||||
prometheus.io/port: "80"
|
prometheus.io/port: "8080"
|
||||||
|
|
||||||
|
service:
|
||||||
|
port: 8080
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@ -61,7 +64,7 @@ extraContainers:
|
||||||
env:
|
env:
|
||||||
DRONE_USER_FILTER: nold360
|
DRONE_USER_FILTER: nold360
|
||||||
DRONE_USER_CREATE: username:nold360,admin:true
|
DRONE_USER_CREATE: username:nold360,admin:true
|
||||||
DRONE_SERVER_PORT: ":80"
|
DRONE_SERVER_PORT: ":8080"
|
||||||
|
|
||||||
HTTP_PROXY: http://proxy-squid.proxy.svc.cluster.local
|
HTTP_PROXY: http://proxy-squid.proxy.svc.cluster.local
|
||||||
HTTPS_PROXY: http://proxy-squid.proxy.svc.cluster.local
|
HTTPS_PROXY: http://proxy-squid.proxy.svc.cluster.local
|
||||||
|
|
Loading…
Reference in a new issue