Gluttony-Cluster/open-webui/open-webui-service.yaml
Tyler Perkins afd43d8f95
All checks were successful
continuous-integration/drone/push Build is passing
Add ai stack
2024-05-04 22:51:18 -04:00

14 lines
219 B
YAML

apiVersion: v1
kind: Service
metadata:
name: open-webui-service
namespace: open-webui-ns
spec:
type: LoadBalancer
ports:
- protocol: TCP
port: 80
targetPort: 8080
selector:
app: open-webui