We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7f469c commit e8cbe80Copy full SHA for e8cbe80
charts/redis/Chart.yaml
@@ -1,3 +1,3 @@
1
---
2
name: redis
3
-version: 0.0.5
+version: 0.0.6
charts/redis/templates/deployment.yaml
@@ -42,6 +42,18 @@ spec:
42
containerPort: 9121
43
protocol: TCP
44
{{- end }}
45
+ {{- if .Values.nodeSelector }}
46
+ nodeSelector:
47
+ {{ toYaml .Values.nodeSelector | nindent 8 }}
48
+ {{- end }}
49
+ {{- if .Values.tolerations }}
50
+ tolerations:
51
+ {{ toYaml .Values.tolerations | nindent 8 }}
52
53
+ {{- if .Values.affinity }}
54
+ affinity:
55
+ {{ toYaml .Values.affinity | nindent 8 }}
56
57
{{- if .Values.priorityClassName }}
58
priorityClassName: "{{ .Values.priorityClassName }}"
59
0 commit comments