5 namespace: $KUBE_NONRTRIC_NAMESPACE
22 # Need to run as root to be able to store files in dir mounted as a hostPath volume
26 imagePullPolicy: $KUBE_IMAGE_PULL_POLICY
29 containerPort: $ICS_INTERNAL_PORT
31 containerPort: $ICS_INTERNAL_SECURE_PORT
33 - mountPath: $ICS_CONFIG_MOUNT_PATH/$ICS_CONFIG_FILE
34 subPath: $ICS_CONFIG_FILE
36 - mountPath: $ICS_CONTAINER_MNT_DIR
41 name: $ICS_CONFIG_CONFIGMAP_NAME
43 - persistentVolumeClaim:
44 claimName: $ICS_DATA_PVC_NAME
46 # Selector will be set when pod is started first time