mirror of
				https://github.com/open-webui/helm-charts
				synced 2025-06-26 18:16:14 +00:00 
			
		
		
		
	add ability to customize redis container security context
This commit is contained in:
		
							parent
							
								
									9751a36aef
								
							
						
					
					
						commit
						c64a6d983c
					
				| @ -57,6 +57,10 @@ spec: | ||||
|       affinity: | ||||
|         {{- toYaml . | nindent 8 }} | ||||
|       {{- end }} | ||||
|       {{- with .Values.websocket.redis.securityContext }} | ||||
|       securityContext: | ||||
|         {{- toYaml . | nindent 8 }} | ||||
|       {{- end }} | ||||
| --- | ||||
| apiVersion: v1 | ||||
| kind: Service | ||||
|  | ||||
| @ -90,6 +90,12 @@ websocket: | ||||
|     # -- Redis affinity for pod assignment | ||||
|     affinity: {} | ||||
| 
 | ||||
|     # -- Redis security context | ||||
|     securityContext: | ||||
|       {} | ||||
|       # runAsUser: 999 | ||||
|       # runAsGroup: 1000 | ||||
| 
 | ||||
| # -- Deploys a Redis cluster with subchart 'redis' from bitnami | ||||
| redis-cluster: | ||||
|   # -- Enable Redis installation | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user