@@ -23,16 +23,6 @@ global:
2323 # configured above)
2424 # - off-cluster: Run PostgreSQL outside the Kubernetes cluster
2525 databaseLocation : " on-cluster"
26-
27- # Set the location of Workflow's Timeseries database
28- #
29- # Valid values are:
30- # - on-cluster: Run PostgreSQL within the Kubernetes cluster (credentials are generated
31- # automatically; backups are sent to object storage
32- # configured above)
33- # - off-cluster: Run PostgreSQL outside the Kubernetes cluster
34- timeseriesLocation : " on-cluster"
35-
3626 # Set the location of Workflow's Valkey instance
3727 #
3828 # Valid values are:
@@ -197,31 +187,6 @@ database:
197187 # # If the PV uses a different storage class, specify that here.
198188 storageClass : " "
199189
200- timeseries :
201- # The following parameters are configured only when using an on-cluster Database instance
202- # The username and password to be used by the on-cluster database.
203- # If left empty they will be generated
204- # The user name should be set to lowercase letters
205- superuser : " postgres"
206- superuserPassword : " "
207- replicator : " standby"
208- replicatorPassword : " "
209- user : " "
210- password : " "
211- persistence :
212- enabled : false # Set to true to enable persistence
213- size : 5Gi # PVC size
214- # # database data Persistent Volume Storage Class
215- # # If defined, storageClassName: <storageClass>
216- # # If set to "-", storageClassName: "", which disables dynamic provisioning
217- # # If undefined (the default) or set to null, no storageClassName spec is
218- # # set, choosing the default provisioner. (gp2 on AWS, standard on
219- # # GKE, AWS & OpenStack)
220- # #
221- # # Storage class of PV to bind. By default it looks for standard storage class.
222- # # If the PV uses a different storage class, specify that here.
223- storageClass : " "
224-
225190valkey :
226191 # The addrs parameters are configured only when using an off-cluster Valkey instance
227192 addrs : " " # A list of clusters: "127.0.0.1:7001/1,127.0.0.2:7002/1"
@@ -237,25 +202,24 @@ fluentbit:
237202 # Interval to flush output (seconds)
238203 flush : 5
239204
240- monitor :
241- grafana :
242- # Configure the following ONLY if you want persistence for on-cluster grafana
243- # GCP PDs and EBS volumes are supported only
244- persistence :
245- enabled : false # Set to true to enable persistence
246- accessMode : ReadWriteOnce
247- size : 5Gi # PVC size
248- # # grafana data Persistent Volume Storage Class
249- # # If defined, storageClassName: <storageClass>
250- # # If set to "-", storageClassName: "", which disables dynamic provisioning
251- # # If undefined (the default) or set to null, no storageClassName spec is
252- # # set, choosing the default provisioner. (gp2 on AWS, standard on
253- # # GKE, AWS & OpenStack)
254- # #
255- # # Storage class of PV to bind. By default it looks for standard storage class.
256- # # If the PV uses a different storage class, specify that here.
257- storageClass : " "
258- volumeName : " "
205+ grafana :
206+ # Configure the following ONLY if you want persistence for on-cluster grafana
207+ # GCP PDs and EBS volumes are supported only
208+ persistence :
209+ enabled : false # Set to true to enable persistence
210+ accessMode : ReadWriteOnce
211+ size : 5Gi # PVC size
212+ # # grafana data Persistent Volume Storage Class
213+ # # If defined, storageClassName: <storageClass>
214+ # # If set to "-", storageClassName: "", which disables dynamic provisioning
215+ # # If undefined (the default) or set to null, no storageClassName spec is
216+ # # set, choosing the default provisioner. (gp2 on AWS, standard on
217+ # # GKE, AWS & OpenStack)
218+ # #
219+ # # Storage class of PV to bind. By default it looks for standard storage class.
220+ # # If the PV uses a different storage class, specify that here.
221+ storageClass : " "
222+ volumeName : " "
259223
260224registry :
261225 # The host parameters is configured only when using an off-cluster Registry instance
0 commit comments