[chart] Add missing selectors

Change-Id: I19afd28ba98024a54eea65dad591266619e68219
This commit is contained in:
Radosław Piliszek 2024-04-19 12:51:49 +02:00
parent 46e925e655
commit 29ecb6b8b6

View File

@ -26,6 +26,18 @@ spec:
value: username
- name: MONGO_INITDB_ROOT_PASSWORD
value: password
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
---
apiVersion: v1
kind: Service