mirror of
https://github.com/open-webui/helm-charts
synced 2025-06-26 18:16:14 +00:00
feat: enable annotations in redis pods
This commit is contained in:
parent
6ee6c9dc44
commit
1e87660292
@ -21,6 +21,10 @@ spec:
|
|||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
{{- include "websocket.redis.labels" . | nindent 8 }}
|
{{- include "websocket.redis.labels" . | nindent 8 }}
|
||||||
|
annotations:
|
||||||
|
{{- with .Values.websocket.redis.pods.annotations }}
|
||||||
|
{{- toYaml . | nindent 4 }}
|
||||||
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: {{ .Values.websocket.redis.name }}
|
- name: {{ .Values.websocket.redis.name }}
|
||||||
|
@ -52,6 +52,10 @@ websocket:
|
|||||||
labels: {}
|
labels: {}
|
||||||
# -- Redis annotations
|
# -- Redis annotations
|
||||||
annotations: {}
|
annotations: {}
|
||||||
|
# -- Redis pod
|
||||||
|
pods:
|
||||||
|
# -- Redis pod annotations
|
||||||
|
annotations: {}
|
||||||
# -- Redis image
|
# -- Redis image
|
||||||
image:
|
image:
|
||||||
repository: redis
|
repository: redis
|
||||||
|
Loading…
Reference in New Issue
Block a user