2021-07-01 18:26:22 +00:00
|
|
|
image:
|
|
|
|
# -- image repository
|
2021-12-03 12:02:44 +00:00
|
|
|
repository: tccr.io/truecharts/octoprint
|
2021-07-01 18:26:22 +00:00
|
|
|
# -- image tag
|
2021-12-11 12:03:48 +00:00
|
|
|
tag: v1.7.2@sha256:d9db81d173df140c4e018965ebafba9be5f58a83f40e1c489210220627a13d24
|
2021-07-01 18:26:22 +00:00
|
|
|
# -- image pull policy
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
2021-09-26 18:05:21 +00:00
|
|
|
securityContext:
|
|
|
|
runAsNonRoot: false
|
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
2021-07-01 18:26:22 +00:00
|
|
|
# -- environment variables.
|
|
|
|
# @default -- See below
|
|
|
|
env:
|
|
|
|
# -- Set the container timezone
|
|
|
|
TZ: UTC
|
|
|
|
# -- Enable MJPG Streamer
|
|
|
|
# Enable this to ensure camera streaming is enabled you add a video device.
|
|
|
|
ENABLE_MJPG_STREAMER: "true"
|
|
|
|
# -- MJPG Streamer input parameters
|
|
|
|
MJPG_STREAMER_INPUT: # "-y -n -r 640x480"
|
|
|
|
# -- MJPG Streamer camera device
|
|
|
|
CAMERA_DEV: # /dev/video0
|
|
|
|
|
|
|
|
# -- Configures service settings for the chart.
|
|
|
|
# @default -- See values.yaml
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
2021-11-28 09:26:31 +00:00
|
|
|
port: 10021
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 80
|
2021-07-01 18:26:22 +00:00
|
|
|
|
|
|
|
# -- Configure persistence settings for the chart under this key.
|
|
|
|
# @default -- See values.yaml
|
|
|
|
persistence:
|
|
|
|
data:
|
2021-08-29 12:02:17 +00:00
|
|
|
enabled: true
|
2021-11-14 19:19:16 +00:00
|
|
|
mountPath: "/octoprint"
|
2021-07-01 18:26:22 +00:00
|
|
|
# -- Configure a hostPathMount to mount a USB device in the container.
|
|
|
|
# @default -- See values.yaml
|
2021-09-29 14:36:34 +00:00
|
|
|
varrun:
|
|
|
|
enabled: true
|