Skip to main content
未列出页
此页面未列出。搜索引擎不会对其索引,只有拥有直接链接的用户才能访问。

Template in controller/

position: both
pod-template:
image: controller
imagePullPolicy: Always
env:
# whether display raw data on frontend (transmit files to cloud)
- name: DISPLAY
value: "True"
# whether delete temporary raw data files (no delete only for debug, please don't use in production)
- name: DELETE_TEMP_FILES
value: "True"
port-open:
pos: both
port: 9000