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:
lovehunter9
2024-09-05 00:44:29 +08:00
committed by GitHub
parent f3446a0a31
commit b7114bf254

View File

@@ -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