feat: usb mount (#476)

Co-authored-by: liuyu <>
This commit is contained in:
eball
2024-09-19 21:58:12 +08:00
committed by GitHub
parent dc437664be
commit e49c7be37c
2 changed files with 9 additions and 1 deletions

View File

@@ -126,6 +126,14 @@ spec:
ports:
- containerPort: 8110
env:
{{ if .Values.sharedlib }}
- name: NODE_IP
valueFrom:
fieldRef:
fieldPath: status.hostIP
- name: TERMINUSD_HOST
value: $(NODE_IP):18088
{{ end }}
- name: ES_ENABLED
value: 'False'
- name: WATCHER_ENABLED