Gluttony-Cluster/open-webui/open-webui-service.yaml
Tyler Perkins 6e157b294b
All checks were successful
continuous-integration/drone/push Build is passing
Add openwebui
2024-04-13 23:54:29 -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