Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Commit

Permalink
add grafana storage size
Browse files Browse the repository at this point in the history
  • Loading branch information
yacut committed Nov 12, 2019
1 parent b875a30 commit 3dbc70e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion istio-telemetry/grafana/templates/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ spec:
- {{ .Values.grafana.accessMode }}
resources:
requests:
storage: 5Gi
storage: {{ .Values.grafana.storageSize }}
{{- end }}
1 change: 1 addition & 0 deletions istio-telemetry/grafana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ grafana:
tag: 6.4.3
persist: false
storageClassName: ""
storageSize: 5Gi
accessMode: ReadWriteMany
security:
enabled: false
Expand Down

0 comments on commit 3dbc70e

Please sign in to comment.