mirror of
				https://github.com/open-webui/helm-charts
				synced 2025-06-26 18:16:14 +00:00 
			
		
		
		
	Add nodeSelector support to websocket configuration
This commit is contained in:
		
							parent
							
								
									30918f40a0
								
							
						
					
					
						commit
						82a1bb0270
					
				| @ -61,6 +61,10 @@ spec: | |||||||
|       securityContext: |       securityContext: | ||||||
|         {{- toYaml . | nindent 8 }} |         {{- toYaml . | nindent 8 }} | ||||||
|       {{- end }} |       {{- end }} | ||||||
|  |       {{- with .Values.websocket.nodeSelector }} | ||||||
|  |       nodeSelector: | ||||||
|  |         {{- toYaml . | nindent 8 }} | ||||||
|  |       {{- end }} | ||||||
| --- | --- | ||||||
| apiVersion: v1 | apiVersion: v1 | ||||||
| kind: Service | kind: Service | ||||||
|  | |||||||
| @ -44,6 +44,8 @@ websocket: | |||||||
|   manager: redis |   manager: redis | ||||||
|   # -- Specifies the URL of the Redis instance for websocket communication. Template with `redis://[:<password>@]<hostname>:<port>/<db>` |   # -- Specifies the URL of the Redis instance for websocket communication. Template with `redis://[:<password>@]<hostname>:<port>/<db>` | ||||||
|   url: redis://open-webui-redis:6379/0 |   url: redis://open-webui-redis:6379/0 | ||||||
|  |   # -- Node selector for websocket pods | ||||||
|  |   nodeSelector: {} | ||||||
|   # -- Deploys a redis |   # -- Deploys a redis | ||||||
|   redis: |   redis: | ||||||
|     # -- Enable redis installation |     # -- Enable redis installation | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user