diff --git a/scripts/helmcharts/openreplay/charts/chalice/values.yaml b/scripts/helmcharts/openreplay/charts/chalice/values.yaml index 2c9d75040..29e036522 100644 --- a/scripts/helmcharts/openreplay/charts/chalice/values.yaml +++ b/scripts/helmcharts/openreplay/charts/chalice/values.yaml @@ -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