add volsync
This commit is contained in:
18
clusters/cl01tl/storage/volsync/values.yaml
Normal file
18
clusters/cl01tl/storage/volsync/values.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
volsync:
|
||||
replicaCount: 3
|
||||
manageCRDs: true
|
||||
metrics:
|
||||
disableAuth: true
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
drop:
|
||||
- ALL
|
||||
readOnlyRootFilesystem: true
|
||||
resources:
|
||||
limits:
|
||||
cpu: 2000m
|
||||
memory: 2Gi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
Reference in New Issue
Block a user