mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:51:20 +00:00
update(woodpecker): next
This commit is contained in:
parent
f8b778abc2
commit
b1432d59c1
2 changed files with 16 additions and 5 deletions
|
@ -1,19 +1,30 @@
|
||||||
replicaCount: 2
|
replicaCount: 1
|
||||||
|
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: woodpeckerci/woodpecker-agent
|
repository: woodpeckerci/woodpecker-agent
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: "latest"
|
tag: "next"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
WOODPECKER_SERVER: "woodpecker-server.woodpecker-server.svc.cluster.local:9000"
|
WOODPECKER_SERVER: "woodpecker-server.woodpecker.svc.cluster.local:9000"
|
||||||
|
WOODPECKER_BACKEND: kubernetes
|
||||||
|
WOODPECKER_BACKEND_K8S_NAMESPACE: woodpecker-agent
|
||||||
|
WOODPECKER_BACKEND_K8S_STORAGE_CLASS: "ssd"
|
||||||
|
WOODPECKER_BACKEND_K8S_VOLUME_SIZE: 10G
|
||||||
|
WOODPECKER_BACKEND_K8S_STORAGE_RWX: false
|
||||||
|
|
||||||
|
dind:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
extraSecretNamesForEnvFrom:
|
extraSecretNamesForEnvFrom:
|
||||||
- woodpecker-secret
|
- woodpecker-secret
|
||||||
|
|
||||||
podAnnotations: {}
|
serviceAccount:
|
||||||
|
create: true
|
||||||
|
rbac:
|
||||||
|
create: true
|
||||||
|
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
fsGroup: 2000
|
fsGroup: 2000
|
||||||
|
|
|
@ -5,7 +5,7 @@ image:
|
||||||
repository: woodpeckerci/woodpecker-server
|
repository: woodpeckerci/woodpecker-server
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: "latest"
|
tag: "next"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
WOODPECKER_OPEN: "false"
|
WOODPECKER_OPEN: "false"
|
||||||
|
|
Loading…
Reference in a new issue