remove grafana pv as it's using db now
This commit is contained in:
parent
c6c94b1901
commit
aa91322ec6
@ -177,16 +177,9 @@ spec:
|
|||||||
- name: grafana-datasources
|
- name: grafana-datasources
|
||||||
configMap:
|
configMap:
|
||||||
name: grafana-datasources
|
name: grafana-datasources
|
||||||
volumeClaimTemplates:
|
- name: grafana-data
|
||||||
- metadata:
|
emptyDir:
|
||||||
name: grafana-data
|
sizeLimit: 500Mi
|
||||||
spec:
|
|
||||||
storageClassName: longhorn
|
|
||||||
accessModes:
|
|
||||||
- ReadWriteOnce
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
storage: 1Gi
|
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
|
Loading…
Reference in New Issue
Block a user