Files
infrastructure/clusters/cl01tl/standalone/snapshot-controller/values.yaml
Alex Lebens 25efc38255
All checks were successful
renovate / renovate (push) Successful in 2m13s
add snapshot controller
2025-06-04 19:25:22 -05:00

17 lines
371 B
YAML

snapshot-controller:
controller:
replicaCount: 3
args:
leaderElection: true
leaderElectionNamespace: snapshot-controller
httpEndpoint: ":8080"
image:
repository: registry.k8s.io/sig-storage/snapshot-controller
tag: ""
resources:
requests:
cpu: 50m
memory: 128Mi
serviceMonitor:
create: true