chore(helm): chalice mount efs

This commit is contained in:
rjshrjndrn 2022-08-02 17:49:21 +02:00
parent 4ddbe38845
commit f1e1c420ff

View file

@ -122,13 +122,14 @@ healthCheck:
timeoutSeconds: 10
persistence: {}
# # Spec of spec.template.spec.containers[*].volumeMounts
# mounts:
# - name: kafka-ssl
# mountPath: /opt/kafka/ssl
# # Spec of spec.template.spec.volumes
# volumes:
# - name: kafka-ssl
# secret:
# secretName: kafka-ssl
persistence:
# Spec of spec.template.spec.containers[*].volumeMounts
mounts:
- mountPath: /mnt/efs
name: datadir
# Spec of spec.template.spec.volumes
volumes:
- hostPath:
path: /openreplay/storage/nfs
type: DirectoryOrCreate
name: datadir