feat: refactor apps
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 37s
lint-test-helm / validate-kubeconform (pull_request) Successful in 44s

This commit is contained in:
2026-04-07 20:37:04 -05:00
parent bb770531a6
commit 899daef0db
5 changed files with 30 additions and 17 deletions

View File

@@ -1,15 +1,15 @@
volsync:
replicaCount: 2
image:
repository: quay.io/backube/volsync
image: 0.15.0@sha256:4fedd41b3101dde090542009c4177f703d241bf4760d1767bd9df08fd8fd93a4
manageCRDs: true
metrics:
disableAuth: true
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
resources:
limits:
cpu: null
memory: null
requests:
cpu: 10m
memory: 128Mi
cpu: 1m
memory: 80Mi