Skip to content

Commit 7b83a07

Browse files
committed
chore(charts): optimize values
1 parent 347f4c4 commit 7b83a07

1 file changed

Lines changed: 8 additions & 29 deletions

File tree

charts/workflow/values.yaml

Lines changed: 8 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -70,32 +70,20 @@ valkey:
7070

7171
storage:
7272
enabled: true
73-
# The following parameters are configured only when using an off-cluster Storage instance
74-
lookup: path
75-
endpoint: ""
7673
# The following parameters are general parameters
7774
accesskey: ""
7875
secretkey: ""
76+
persistence:
77+
enabled: false
78+
size: 5Gi
79+
storageClass: ""
7980

8081
grafana:
8182
enabled: true
82-
# Configure the following ONLY if you want persistence for on-cluster grafana
83-
# GCP PDs and EBS volumes are supported only
8483
persistence:
85-
enabled: false # Set to true to enable persistence
86-
accessMode: ReadWriteOnce
87-
size: 5Gi # PVC size
88-
## grafana data Persistent Volume Storage Class
89-
## If defined, storageClassName: <storageClass>
90-
## If set to "-", storageClassName: "", which disables dynamic provisioning
91-
## If undefined (the default) or set to null, no storageClassName spec is
92-
## set, choosing the default provisioner. (gp2 on AWS, standard on
93-
## GKE, AWS & OpenStack)
94-
##
95-
## Storage class of PV to bind. By default it looks for standard storage class.
96-
## If the PV uses a different storage class, specify that here.
84+
enabled: false
85+
size: 5Gi
9786
storageClass: ""
98-
volumeName: ""
9987

10088
registry:
10189
enabled: true
@@ -131,17 +119,8 @@ database:
131119
user: ""
132120
password: ""
133121
persistence:
134-
enabled: false # Set to true to enable persistence
135-
size: 5Gi # PVC size
136-
## database data Persistent Volume Storage Class
137-
## If defined, storageClassName: <storageClass>
138-
## If set to "-", storageClassName: "", which disables dynamic provisioning
139-
## If undefined (the default) or set to null, no storageClassName spec is
140-
## set, choosing the default provisioner. (gp2 on AWS, standard on
141-
## GKE, AWS & OpenStack)
142-
##
143-
## Storage class of PV to bind. By default it looks for standard storage class.
144-
## If the PV uses a different storage class, specify that here.
122+
enabled: false
123+
size: 5Gi
145124
storageClass: ""
146125

147126
victoriametrics:

0 commit comments

Comments
 (0)