mirror of
https://github.com/nold360/hive-apps
synced 2024-11-03 04:16:35 +00:00
36 lines
610 B
YAML
36 lines
610 B
YAML
|
replicaCount: 2
|
||
|
|
||
|
image:
|
||
|
registry: docker.io
|
||
|
repository: woodpeckerci/woodpecker-agent
|
||
|
pullPolicy: Always
|
||
|
# Overrides the image tag whose default is the chart appVersion.
|
||
|
tag: "latest"
|
||
|
|
||
|
env:
|
||
|
WOODPECKER_SERVER: "woodpecker-server.woodpecker-server.svc.cluster.local:9000"
|
||
|
|
||
|
extraSecretNamesForEnvFrom:
|
||
|
- woodpecker-secret
|
||
|
|
||
|
podAnnotations: {}
|
||
|
|
||
|
podSecurityContext:
|
||
|
fsGroup: 2000
|
||
|
|
||
|
securityContext:
|
||
|
capabilities:
|
||
|
drop:
|
||
|
- ALL
|
||
|
readOnlyRootFilesystem: true
|
||
|
runAsNonRoot: true
|
||
|
runAsUser: 1000
|
||
|
|
||
|
resources:
|
||
|
limits:
|
||
|
cpu: 500m
|
||
|
memory: 512Mi
|
||
|
requests:
|
||
|
cpu: 100m
|
||
|
memory: 128Mi
|