ingress dump
This commit is contained in:
@@ -4,22 +4,21 @@ image:
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
type: NodePort # or ClusterIP if actually using ingress below
|
||||
nodePort: 4000
|
||||
type: ClusterIP # use Ingress for external access
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
size: 5Gi
|
||||
|
||||
ingress:
|
||||
enabled: false # set true for http://openwebui.local via nginx
|
||||
enabled: true # expose via nginx ingress
|
||||
className: nginx
|
||||
hosts:
|
||||
- host: openwebui.local
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls: [] # no https bc I lazy
|
||||
tls: [] # no https for local/minikube
|
||||
|
||||
# NO SECRETS!!!
|
||||
extraEnvVars:
|
||||
|
||||
Reference in New Issue
Block a user