Gluttony-Cluster/open-webui/open-webui-service.yaml
Tyler Perkins e4951c2452
All checks were successful
continuous-integration/drone/push Build is passing
Add back open-webui
2024-04-14 00:18:27 -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