Skip to main content
Unlisted page
This page is unlisted. Search engines will not index it, and only users having a direct link can access it.

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