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:
|
affinity:
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- with .Values.websocket.redis.securityContext }}
|
||||||
|
securityContext:
|
||||||
|
{{- toYaml . | nindent 8 }}
|
||||||
|
{{- end }}
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
|
@ -90,6 +90,12 @@ websocket:
|
|||||||
# -- Redis affinity for pod assignment
|
# -- Redis affinity for pod assignment
|
||||||
affinity: {}
|
affinity: {}
|
||||||
|
|
||||||
|
# -- Redis security context
|
||||||
|
securityContext:
|
||||||
|
{}
|
||||||
|
# runAsUser: 999
|
||||||
|
# runAsGroup: 1000
|
||||||
|
|
||||||
# -- Deploys a Redis cluster with subchart 'redis' from bitnami
|
# -- Deploys a Redis cluster with subchart 'redis' from bitnami
|
||||||
redis-cluster:
|
redis-cluster:
|
||||||
# -- Enable Redis installation
|
# -- Enable Redis installation
|
||||||
|
Loading…
Reference in New Issue
Block a user