mirror of
https://github.com/carlosedp/cluster-monitoring.git
synced 2024-11-20 19:07:17 +01:00
Fixed issue with grafana persistence storage on k3s
This commit is contained in:
parent
f857930874
commit
dd6c34211c
@ -114,7 +114,7 @@ local utils = import 'utils.libsonnet';
|
|||||||
pvc.new() +
|
pvc.new() +
|
||||||
pvc.mixin.metadata.withNamespace($._config.namespace) +
|
pvc.mixin.metadata.withNamespace($._config.namespace) +
|
||||||
pvc.mixin.metadata.withName('grafana-storage') +
|
pvc.mixin.metadata.withName('grafana-storage') +
|
||||||
pvc.mixin.spec.withAccessModes('ReadWriteMany') +
|
pvc.mixin.spec.withAccessModes('ReadWriteOnce') +
|
||||||
pvc.mixin.spec.resources.withRequests({ storage: '2Gi' }),
|
pvc.mixin.spec.resources.withRequests({ storage: '2Gi' }),
|
||||||
} else {},
|
} else {},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user