Skip to content

Commit 5b9c56f

Browse files
author
Diego Luisi
committed
[ci skip] ⚡
1 parent b53da9f commit 5b9c56f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

apps/grafana/base/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ helmCharts:
1010
valuesInline:
1111
fullname: grafana
1212
useStatefulSet: true
13-
# persistence:
14-
# enabled: true
15-
# existingClaim: grafana
13+
persistence:
14+
enabled: true
15+
existingClaim: storage-grafana-0
1616
nodeSelector:
1717
topology.kubernetes.io/zone: "us-east-1c"
1818
serviceMonitor:

apps/grafana/overlays/ops/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
44
- ../../base
5-
# - pvc.yaml
5+
- pvc.yaml
66
- secrets.yaml
77
- virtual-service.yaml

apps/grafana/overlays/ops/pvc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: PersistentVolumeClaim
44
metadata:
55
finalizers:
66
- kubernetes.io/pvc-protection
7-
name: grafana
7+
name: storage-grafana-0
88
spec:
99
accessModes:
1010
- ReadWriteOnce

0 commit comments

Comments
 (0)