[chart] Add missing selectors
Change-Id: I511455b7733498b0fda3a180838906ee68e957b0
This commit is contained in:
parent
69c5363f76
commit
064773fbd7
@ -40,6 +40,18 @@ spec:
|
|||||||
mountPath: /var/lib/postgresql/data/
|
mountPath: /var/lib/postgresql/data/
|
||||||
- name: init-script
|
- name: init-script
|
||||||
mountPath: /docker-entrypoint-initdb.d
|
mountPath: /docker-entrypoint-initdb.d
|
||||||
|
{{- with .Values.nodeSelector }}
|
||||||
|
nodeSelector:
|
||||||
|
{{- toYaml . | nindent 8 }}
|
||||||
|
{{- end }}
|
||||||
|
{{- with .Values.affinity }}
|
||||||
|
affinity:
|
||||||
|
{{- toYaml . | nindent 8 }}
|
||||||
|
{{- end }}
|
||||||
|
{{- with .Values.tolerations }}
|
||||||
|
tolerations:
|
||||||
|
{{- toYaml . | nindent 8 }}
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -26,6 +26,18 @@ spec:
|
|||||||
value: {{ .Values.env.backendHost }}
|
value: {{ .Values.env.backendHost }}
|
||||||
- name: VITE_BACKEND_URL
|
- name: VITE_BACKEND_URL
|
||||||
value: {{ .Values.env.backendHost }}
|
value: {{ .Values.env.backendHost }}
|
||||||
|
{{- 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
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user