All checks were successful
docker-build / Build image (push) Successful in 9s
57 lines
690 B
YAML
57 lines
690 B
YAML
replicaCount: 1
|
|
|
|
image:
|
|
repository: controller
|
|
pullPolicy: IfNotPresent
|
|
tag: "latest"
|
|
|
|
imagePullSecrets: []
|
|
nameOverride: ""
|
|
fullnameOverride: ""
|
|
|
|
serviceAccount:
|
|
create: true
|
|
annotations: {}
|
|
name: ""
|
|
|
|
podAnnotations: {}
|
|
|
|
podSecurityContext:
|
|
runAsNonRoot: true
|
|
seccompProfile:
|
|
type: RuntimeDefault
|
|
|
|
securityContext:
|
|
allowPrivilegeEscalation: false
|
|
capabilities:
|
|
drop:
|
|
- ALL
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 500m
|
|
memory: 128Mi
|
|
requests:
|
|
cpu: 10m
|
|
memory: 64Mi
|
|
|
|
nodeSelector: {}
|
|
|
|
tolerations: []
|
|
|
|
affinity: {}
|
|
|
|
metrics:
|
|
enabled: true
|
|
port: 8443
|
|
secure: true
|
|
|
|
healthProbe:
|
|
port: 8081
|
|
|
|
leaderElection:
|
|
enabled: false
|
|
|
|
rbac:
|
|
create: true
|