mirror of
				https://github.com/open-webui/helm-charts
				synced 2025-06-26 18:16:14 +00:00 
			
		
		
		
	Merge pull request #236 from jackhauGR/feat
This commit is contained in:
		
						commit
						545738a200
					
				| @ -1,6 +1,6 @@ | ||||
| apiVersion: v2 | ||||
| name: open-webui | ||||
| version: 6.11.0 | ||||
| version: 6.12.0 | ||||
| appVersion: 0.6.7 | ||||
| home: https://www.openwebui.com/ | ||||
| icon: >- | ||||
|  | ||||
| @ -1,6 +1,6 @@ | ||||
| # open-webui | ||||
| 
 | ||||
|   | ||||
|   | ||||
| 
 | ||||
| Open WebUI: A User-Friendly Web Interface for Chat Interactions 👋 | ||||
| 
 | ||||
| @ -186,6 +186,7 @@ helm upgrade --install open-webui open-webui/open-webui | ||||
| | ingress.class | string | `""` |  | | ||||
| | ingress.enabled | bool | `false` |  | | ||||
| | ingress.existingSecret | string | `""` |  | | ||||
| | ingress.extraLabels | object | `{}` | Additional custom labels to add to the Ingress metadata Useful for tagging, selecting, or applying policies to the Ingress via labels. | | ||||
| | ingress.host | string | `"chat.example.com"` |  | | ||||
| | ingress.tls | bool | `false` |  | | ||||
| | livenessProbe | object | `{}` | Probe for liveness of the Open WebUI container ref: <https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes> | | ||||
|  | ||||
| @ -6,6 +6,9 @@ metadata: | ||||
|   namespace: {{ include "open-webui.namespace" . }} | ||||
|   labels: | ||||
|     {{- include "open-webui.labels" . | nindent 4 }} | ||||
|     {{- with .Values.ingress.extraLabels }} | ||||
|     {{- toYaml . | nindent 4 }} | ||||
|     {{- end }} | ||||
|   {{- with .Values.ingress.annotations }} | ||||
|   annotations: | ||||
|     {{- toYaml . | nindent 4 }} | ||||
|  | ||||
| @ -201,6 +201,12 @@ ingress: | ||||
|   tls: false | ||||
|   existingSecret: "" | ||||
| 
 | ||||
|   # -- Additional custom labels to add to the Ingress metadata | ||||
|   # Useful for tagging, selecting, or applying policies to the Ingress via labels. | ||||
|   extraLabels: {} | ||||
|   # extraLabels: | ||||
|   #   app.kubernetes.io/environment: "staging" | ||||
| 
 | ||||
| persistence: | ||||
|   enabled: true | ||||
|   size: 2Gi | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user