mirror of
https://github.com/nold360/hive-apps
synced 2025-01-08 23:08:01 +00:00
fix(drone): env
This commit is contained in:
parent
ac2c26062a
commit
4c32531d56
2 changed files with 5 additions and 9 deletions
|
@ -27,6 +27,9 @@ apps:
|
||||||
- DRONE_RPC_SECRET
|
- DRONE_RPC_SECRET
|
||||||
- DRONE_GIT_USERNAME
|
- DRONE_GIT_USERNAME
|
||||||
- DRONE_GIT_PASSWORD
|
- DRONE_GIT_PASSWORD
|
||||||
|
- DRONE_CONVERT_PLUGIN_SECRET
|
||||||
|
- DRONE_SECRET
|
||||||
|
- TOKEN
|
||||||
|
|
||||||
- name: drone-runner
|
- name: drone-runner
|
||||||
namespace: drone-runner
|
namespace: drone-runner
|
||||||
|
|
|
@ -3,8 +3,6 @@ image:
|
||||||
tag: 2.15.0
|
tag: 2.15.0
|
||||||
# pullPolicy: IfNotPresent
|
# pullPolicy: IfNotPresent
|
||||||
|
|
||||||
containerPort: 8000
|
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
capabilities:
|
capabilities:
|
||||||
drop:
|
drop:
|
||||||
|
@ -17,10 +15,6 @@ podAnnotations:
|
||||||
prometheus.io/scrape: "true"
|
prometheus.io/scrape: "true"
|
||||||
prometheus.io/port: "80"
|
prometheus.io/port: "80"
|
||||||
|
|
||||||
service:
|
|
||||||
type: ClusterIP
|
|
||||||
port: 80
|
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
labels:
|
labels:
|
||||||
|
@ -43,7 +37,7 @@ ingress:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 124Mi
|
memory: 128Mi
|
||||||
|
|
||||||
persistentVolume:
|
persistentVolume:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@ -54,7 +48,6 @@ persistentVolume:
|
||||||
extraSecretNamesForEnvFrom:
|
extraSecretNamesForEnvFrom:
|
||||||
- drone-env
|
- drone-env
|
||||||
|
|
||||||
|
|
||||||
extraContainers:
|
extraContainers:
|
||||||
- name: convert-pathschanged
|
- name: convert-pathschanged
|
||||||
image: meltwater/drone-convert-pathschanged
|
image: meltwater/drone-convert-pathschanged
|
||||||
|
@ -68,7 +61,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: ":8000"
|
DRONE_SERVER_PORT: ":80"
|
||||||
|
|
||||||
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