Merge pull request #162 from vinicinbgs/main

This commit is contained in:
James W.
2025-02-12 17:13:39 -07:00
committed by GitHub
2 changed files with 8 additions and 0 deletions

View File

@@ -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 }}

View File

@@ -52,6 +52,10 @@ websocket:
labels: {}
# -- Redis annotations
annotations: {}
# -- Redis pod
pods:
# -- Redis pod annotations
annotations: {}
# -- Redis image
image:
repository: redis