Gluttony-Cluster/text-ui/text-ui-service.yaml
Tyler Perkins fa4aa495d1
All checks were successful
continuous-integration/drone/push Build is passing
Add text-gen
2024-03-30 18:30:05 -04:00

20 lines
352 B
YAML

apiVersion: v1
kind: Service
metadata:
name: text-generation-webui-service
namespace: text-gen-ns
spec:
type: LoadBalancer
ports:
- name: web
port: 7860
targetPort: 7860
- name: api
port: 5000
targetPort: 5000
- name: stream
port: 5005
targetPort: 5005
selector:
app: text-generation-webui