fix(drone): Use modded chart FIXME

This commit is contained in:
nold 2022-11-18 17:32:21 +01:00
parent 8056c36db1
commit 7bc2f71ed4
2 changed files with 8 additions and 5 deletions

View file

@ -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:

View file

@ -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