mirror of
https://github.com/open-webui/helm-charts
synced 2025-06-26 18:16:14 +00:00
feat(websocket): fix labels and annotations
This commit is contained in:
parent
f06ddd9f2f
commit
535985967d
@ -9,10 +9,10 @@ metadata:
|
|||||||
{{- with .Values.websocket.redis.labels }}
|
{{- with .Values.websocket.redis.labels }}
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.websocket.redis.annotations }}
|
|
||||||
annotations:
|
annotations:
|
||||||
|
{{- with .Values.websocket.redis.annotations }}
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
@ -52,10 +52,10 @@ metadata:
|
|||||||
{{- with .Values.websocket.redis.labels }}
|
{{- with .Values.websocket.redis.labels }}
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.websocket.redis.service.annotations }}
|
|
||||||
annotations:
|
annotations:
|
||||||
|
{{- with .Values.websocket.redis.service.annotations }}
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
{{- include "websocket.redis.selectorLabels" . | nindent 4 }}
|
{{- include "websocket.redis.selectorLabels" . | nindent 4 }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user