fix(yolo-reg): Reset persistance
This commit is contained in:
@@ -55,7 +55,7 @@ ingress:
|
||||
secretName: yolo-registry-tls
|
||||
persistence:
|
||||
enabled: true
|
||||
size: 1G
|
||||
size: 5G
|
||||
storageClass: ""
|
||||
accessMode: ReadWriteOnce
|
||||
cluster:
|
||||
@@ -63,7 +63,7 @@ cluster:
|
||||
instances: 1
|
||||
backupEnabled: true
|
||||
backupRetention: 60d
|
||||
size: 1Gi
|
||||
size: 5Gi
|
||||
resources: {}
|
||||
# We usually recommend not to specify default resources and to leave this as a conscious
|
||||
# choice for the user. This also increases chances charts run on environments with little
|
||||
|
||||
Reference in New Issue
Block a user