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

View file

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