1
0
Fork 0
home-stack-kustomize/kustomize/bases/openwebui/openwebui-ingress.yaml

20 lines
362 B
YAML
Raw Normal View History

2024-07-06 16:37:26 +00:00
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: server
labels:
app.kubernetes.io/name: ollama
probe: blackbox-http
spec:
rules:
- host: ${OPENWEBUI_EXTERNAL_HOST}
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: server
port:
name: http