38 lines
820 B
YAML
38 lines
820 B
YAML
image:
|
|
repository: tccr.io/truecharts/octoprint
|
|
tag: v1.9.3@sha256:392635c219181cb8d997b295e6704f71df5d629f9c21bd8a72d5ccbc6cbabc64
|
|
pullPolicy: IfNotPresent
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10021
|
|
targetPort: 80
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/octoprint"
|
|
varrun:
|
|
enabled: true
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
ENABLE_MJPG_STREAMER: "true"
|
|
# -- sets the Mjpg stream imput parameters
|
|
# Example "-y -n -r 640x480"
|
|
MJPG_STREAMER_INPUT:
|
|
# -- sets the camera dev parameters
|
|
# Example "/dev/video0"
|
|
CAMERA_DEV:
|