Skip to content

Commit

Permalink
Merge pull request #162 from vinicinbgs/main
Browse files Browse the repository at this point in the history
  • Loading branch information
0xThresh authored Feb 13, 2025
2 parents 6ee6c9d + 1e87660 commit 4ada4ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/open-webui/templates/websocket-redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ spec:
metadata:
labels:
{{- include "websocket.redis.labels" . | nindent 8 }}
annotations:
{{- with .Values.websocket.redis.pods.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
containers:
- name: {{ .Values.websocket.redis.name }}
Expand Down
4 changes: 4 additions & 0 deletions charts/open-webui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ websocket:
labels: {}
# -- Redis annotations
annotations: {}
# -- Redis pod
pods:
# -- Redis pod annotations
annotations: {}
# -- Redis image
image:
repository: redis
Expand Down

0 comments on commit 4ada4ac

Please sign in to comment.