mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 13:01:21 +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
|
@ -13,9 +13,9 @@ config:
|
|||
|
||||
apps:
|
||||
- name: drone
|
||||
repoURL: https://charts.drone.io
|
||||
chart: drone
|
||||
targetRevision: 0.6.4
|
||||
repoURL: https://github.com/nold360/drone-charts
|
||||
path: charts/drone
|
||||
targetRevision: master
|
||||
secrets:
|
||||
- name: drone-env
|
||||
keys:
|
||||
|
|
|
@ -13,7 +13,10 @@ securityContext:
|
|||
|
||||
podAnnotations:
|
||||
prometheus.io/scrape: "true"
|
||||
prometheus.io/port: "80"
|
||||
prometheus.io/port: "8080"
|
||||
|
||||
service:
|
||||
port: 8080
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
|
@ -61,7 +64,7 @@ extraContainers:
|
|||
env:
|
||||
DRONE_USER_FILTER: nold360
|
||||
DRONE_USER_CREATE: username:nold360,admin:true
|
||||
DRONE_SERVER_PORT: ":80"
|
||||
DRONE_SERVER_PORT: ":8080"
|
||||
|
||||
HTTP_PROXY: http://proxy-squid.proxy.svc.cluster.local
|
||||
HTTPS_PROXY: http://proxy-squid.proxy.svc.cluster.local
|
||||
|
|
Loading…
Reference in a new issue