Commit a2d18ce3 authored by Simon Pastor's avatar Simon Pastor Committed by Kevin Di Lallo
Browse files

kibana pv

parent 9c0b7124
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ spec:
    storage: 4Gi
  accessModes:
    - ReadWriteOnce
  persistentVolumeReclaimPolicy: Recycle
  persistentVolumeReclaimPolicy: Retain
  hostPath:
    path: "<WORKDIR>/es-master-0"
  storageClassName: meep-pv-es-master
@@ -30,7 +30,7 @@ spec:
    storage: 4Gi
  accessModes:
    - ReadWriteOnce
  persistentVolumeReclaimPolicy: Recycle
  persistentVolumeReclaimPolicy: Retain
  hostPath:
    path: "<WORKDIR>/es-master-1"
  storageClassName: meep-pv-es-master
@@ -53,7 +53,7 @@ spec:
    storage: 30Gi
  accessModes:
    - ReadWriteOnce
  persistentVolumeReclaimPolicy: Recycle
  persistentVolumeReclaimPolicy: Retain
  hostPath:
    path: "<WORKDIR>/es-data"
  storageClassName: meep-pv-es-data
+3 −3
Original line number Diff line number Diff line
@@ -152,7 +152,7 @@ dashboardImport:
plugins:
  # set to true to enable plugins installation
  # true to enable persistent volume claim
  enabled: true
  enabled: false
  # set to true to remove all kibana plugins before installation
  reset: false
  # Use <plugin_name,version,url> to add/upgrade plugin
@@ -163,7 +163,7 @@ plugins:

persistentVolumeClaim:
  # set to true to use pvc
  enabled: true
  enabled: false
  # set to true to use you own pvc
  existingClaim: false
  annotations: {}
@@ -181,7 +181,7 @@ persistentVolumeClaim:
  storageClass: "meep-pv-kibana"

persistentVolume:
  enabled: true
  enabled: false
  location: "" 

# default security context