fix(drone): env

This commit is contained in:
nold 2022-11-17 13:40:33 +01:00
parent ac2c26062a
commit 4c32531d56
2 changed files with 5 additions and 9 deletions

View file

@ -27,6 +27,9 @@ apps:
- DRONE_RPC_SECRET
- DRONE_GIT_USERNAME
- DRONE_GIT_PASSWORD
- DRONE_CONVERT_PLUGIN_SECRET
- DRONE_SECRET
- TOKEN
- name: drone-runner
namespace: drone-runner

View file

@ -3,8 +3,6 @@ image:
tag: 2.15.0
# pullPolicy: IfNotPresent
containerPort: 8000
securityContext:
capabilities:
drop:
@ -17,10 +15,6 @@ podAnnotations:
prometheus.io/scrape: "true"
prometheus.io/port: "80"
service:
type: ClusterIP
port: 80
ingress:
enabled: true
labels:
@ -43,7 +37,7 @@ ingress:
resources:
limits:
cpu: 100m
memory: 124Mi
memory: 128Mi
persistentVolume:
enabled: true
@ -54,7 +48,6 @@ persistentVolume:
extraSecretNamesForEnvFrom:
- drone-env
extraContainers:
- name: convert-pathschanged
image: meltwater/drone-convert-pathschanged
@ -68,7 +61,7 @@ extraContainers:
env:
DRONE_USER_FILTER: nold360
DRONE_USER_CREATE: username:nold360,admin:true
DRONE_SERVER_PORT: ":8000"
DRONE_SERVER_PORT: ":80"
HTTP_PROXY: http://proxy-squid.proxy.svc.cluster.local
HTTPS_PROXY: http://proxy-squid.proxy.svc.cluster.local