File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,12 +141,23 @@ monitor:
141141 grafana :
142142 user : " admin"
143143 password : " admin"
144- # Configure the following ONLY if using an off-cluster Influx database
144+ # Configure the following ONLY if you want persistence for on-cluster grafana
145+ # GCP PDs and EBS volumes are supported only
146+ persistence :
147+ enabled : false # Set to true to enable persistence
148+ size : 5Gi # PVC size
149+
145150 influxdb :
151+ # Configure the following ONLY if using an off-cluster Influx database
146152 url : " my.influx.url"
147153 database : " kubernetes"
148154 user : " user"
149155 password : " password"
156+ # Configure the following ONLY if you want persistence for on-cluster influxdb
157+ # GCP PDs and EBS volumes are supported only
158+ persistence :
159+ enabled : false # Set to true to enable persistence
160+ size : 20Gi # PVC size
150161
151162registry-token-refresher :
152163 # Time in minutes after which the token should be refreshed.
@@ -186,7 +197,7 @@ router:
186197 host_port :
187198 enabled : true
188199
189- # Service type default to LoadBalancer
200+ # Service type default to LoadBalancer
190201 # service_type: LoadBalancer
191202
192203workflow-manager :
You can’t perform that action at this time.
0 commit comments