Tyler Perkins
6e157b294b
All checks were successful
continuous-integration/drone/push Build is passing
14 lines
219 B
YAML
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
|