chore(helm): chalice mount efs
This commit is contained in:
parent
4ddbe38845
commit
f1e1c420ff
1 changed files with 11 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue