add snapshot controller
All checks were successful
renovate / renovate (push) Successful in 2m13s

This commit is contained in:
2025-06-04 19:25:22 -05:00
parent 4603e85b53
commit 25efc38255
3 changed files with 74 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
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