45 lines
615 B
YAML
45 lines
615 B
YAML
replicaCount: 2
|
|
|
|
image:
|
|
repository: code.forgejo.org/forgejo/runner
|
|
pullPolicy: IfNotPresent
|
|
tag: "3.5.1"
|
|
|
|
imagePullSecrets: []
|
|
nameOverride: ""
|
|
fullnameOverride: ""
|
|
|
|
podAnnotations: {}
|
|
podLabels: {}
|
|
|
|
podSecurityContext: {}
|
|
# fsGroup: 2000
|
|
|
|
securityContext: {}
|
|
# capabilities:
|
|
# drop:
|
|
# - ALL
|
|
# readOnlyRootFilesystem: true
|
|
# runAsNonRoot: true
|
|
# runAsUser: 1000
|
|
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 500m
|
|
memory: 128Mi
|
|
requests:
|
|
cpu: 100m
|
|
memory: 128Mi
|
|
|
|
nodeSelector: {}
|
|
|
|
tolerations: []
|
|
|
|
affinity: {}
|
|
|
|
registration:
|
|
enabled: false
|
|
token: ""
|
|
|
|
forgejoUrl: https://forgejo-domain
|