Compare commits
1 Commits
auto-updat
...
auto-updat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4c73cfd9ea |
@@ -26,20 +26,13 @@ spec:
|
|||||||
# Fix permissions mismatch usually happening when mapping host paths
|
# Fix permissions mismatch usually happening when mapping host paths
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
initContainers:
|
|
||||||
- name: create-data-dir
|
|
||||||
image: busybox
|
|
||||||
command: ["sh", "-c", "mkdir -p /host.data && chown -R 1000:1000 /host.data"]
|
|
||||||
volumeMounts:
|
|
||||||
- name: data
|
|
||||||
mountPath: /host.data
|
|
||||||
containers:
|
containers:
|
||||||
- name: comfyui
|
- name: comfyui
|
||||||
image: runpod/comfyui:latest-5090
|
image: ghcr.io/ai-dock/comfyui:latest-cuda
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: COMFYUI_PORT
|
- name: CLI_ARGS
|
||||||
value: "8188"
|
value: "--listen 0.0.0.0 --port 8188"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8188
|
- containerPort: 8188
|
||||||
name: http
|
name: http
|
||||||
|
|||||||
@@ -10,14 +10,3 @@ tolerations:
|
|||||||
runtimeClassName: nvidia
|
runtimeClassName: nvidia
|
||||||
|
|
||||||
setAsDefault: false
|
setAsDefault: false
|
||||||
|
|
||||||
config:
|
|
||||||
default: any
|
|
||||||
map:
|
|
||||||
any: |-
|
|
||||||
version: v1
|
|
||||||
sharing:
|
|
||||||
timeSlicing:
|
|
||||||
resources:
|
|
||||||
- name: nvidia.com/gpu
|
|
||||||
replicas: 4
|
|
||||||
|
|||||||
Reference in New Issue
Block a user