Skip to content

Commit d91a765

Browse files
author
Diego Luisi
committed
[ci skip] ⚡
1 parent 8b80c00 commit d91a765

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/grafana/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ helmCharts:
1212
useStatefulSet: true
1313
persistence:
1414
enabled: true
15-
# existingClaim: storage-grafana-0
15+
existingClaim: grafana
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: 2 additions & 2 deletions
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: storage-grafana-0
7+
name: grafana
88
spec:
99
accessModes:
1010
- ReadWriteOnce
@@ -13,4 +13,4 @@ spec:
1313
storage: 10Gi
1414
storageClassName: gp3
1515
volumeMode: Filesystem
16-
volumeName: pvc-78e09713-85b2-4b72-b296-37e1b634b2ad
16+
volumeName: pvc-1b304757-22ba-4622-b4fc-98f6718ad254

0 commit comments

Comments
 (0)