I hate ingress controllers

This commit is contained in:
ION606
2025-09-13 21:22:21 -04:00
parent 2c538a1cf9
commit 85635f9648
10 changed files with 58 additions and 14 deletions
+2 -9
View File
@@ -4,21 +4,14 @@ image:
pullPolicy: IfNotPresent
service:
type: ClusterIP # use Ingress for external access
type: NodePort
persistence:
enabled: true
size: 5Gi
ingress:
enabled: true # expose via nginx ingress
className: nginx
hosts:
- host: openwebui.local
paths:
- path: /
pathType: Prefix
tls: [] # no https for local/minikube
enabled: false
# NO SECRETS!!!
extraEnvVars: