This commit is contained in:
@@ -18,15 +18,18 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: supervisord
|
- name: supervisord
|
||||||
image: gitea.lumpiasty.xyz/lumpiasty/supervisord:latest@sha256:3c45770c48087fed3af848dc7f4b9ef890e348d4f6b9af235e4d8b5f29d466ac
|
image: gitea.lumpiasty.xyz/lumpiasty/supervisord:latest@sha256:cf4e5b98a7cdb07e8d9965192ab8f4c3038c5d2e05f865c1e6f3ae4de0974415
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
name: http
|
name: http
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
env:
|
||||||
|
- name: WORKSPACE
|
||||||
|
value: /root
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: models
|
- name: models
|
||||||
mountPath: /workspace
|
mountPath: /root
|
||||||
- name: models
|
- name: models
|
||||||
mountPath: /usr/local/bin/ffmpeg
|
mountPath: /usr/local/bin/ffmpeg
|
||||||
subPath: ffmpeg/ffmpeg
|
subPath: ffmpeg/ffmpeg
|
||||||
|
|||||||
Reference in New Issue
Block a user