comfyui-flux/svc-comfyui.yaml

16 lines
273 B
YAML
Raw Normal View History

2024-10-11 04:11:10 +00:00
apiVersion: v1
kind: Service
metadata:
labels:
app: ${deployment:=comfyui}
name: ${deployment:=comfyui}
namespace: ${namespace:=comfyui}
spec:
ports:
- port: 80
targetPort: http
name: http
selector:
app: ${deployment:=comfyui}
type: ClusterIP