feat: files external support (#416)
* feat: files external support * Update files_deploy.yaml --------- Co-authored-by: eball <liuy102@hotmail.com>
This commit is contained in:
@@ -117,7 +117,7 @@ spec:
|
||||
|
||||
{{ if .Values.sharedlib }}
|
||||
- name: shared-lib
|
||||
mountPath: /share
|
||||
mountPath: /data/External
|
||||
{{ end }}
|
||||
ports:
|
||||
- containerPort: 8110
|
||||
@@ -200,6 +200,10 @@ spec:
|
||||
mountPath: /data
|
||||
- name: upload-appdata
|
||||
mountPath: /appcache/
|
||||
{{ if .Values.sharedlib }}
|
||||
- name: shared-lib
|
||||
mountPath: /data/External
|
||||
{{ end }}
|
||||
resources: { }
|
||||
terminationMessagePath: /dev/termination-log
|
||||
terminationMessagePolicy: File
|
||||
|
||||
Reference in New Issue
Block a user