Skip to content

Commit 6307677

Browse files
rimuszVaughn Dice
authored andcommitted
feat(charts): add optional persistence storage to influxdb and grafana (#699)
1 parent 7c4f7fe commit 6307677

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

charts/workflow/values.yaml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff 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

151162
registry-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

192203
workflow-manager:

0 commit comments

Comments
 (0)