Compare commits

..

3 Commits

Author SHA1 Message Date
Gitea Actions Bot
8546cac2b2 Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 21s
Generated by CI/CD workflow on 2026-03-07 22:23:18

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-03-07 22:23:18 +00:00
b9f8a7ad2c Change image to runpod/comfyui:latest-5090
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 7s
Check with kubeconform / lint (push) Successful in 6s
Auto-update README / Generate README and Create MR (push) Successful in 6s
2026-03-07 22:22:56 +00:00
8a03bdfdf5 Add extra pip packages for PyTorch 2.6 and CUDA 12.8
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 8s
Check with kubeconform / lint (push) Successful in 7s
Auto-update README / Generate README and Create MR (push) Successful in 7s
2026-03-07 22:21:36 +00:00

View File

@@ -35,15 +35,11 @@ spec:
mountPath: /host.data
containers:
- name: comfyui
image: ghcr.io/ai-dock/comfyui:latest-cuda
image: runpod/comfyui:latest-5090
imagePullPolicy: IfNotPresent
env:
- name: COMFYUI_ARGS
value: "--listen 0.0.0.0"
- name: COMFYUI_PORT_LOCAL
- name: COMFYUI_PORT
value: "8188"
- name: COMFYUI_PORT_HOST
value: "8189"
ports:
- containerPort: 8188
name: http