gf-k8s/apps/system/logging/templates/elasticsearch-volume.yaml
2019-11-19 11:30:25 +07:00

11 lines
181 B
YAML

apiVersion: v1
kind: PersistentVolume
metadata:
name: elasticsearch
spec:
capacity:
storage: 30Gi
accessModes:
- ReadWriteOnce
hostPath:
path: /data/elasticsearch