File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : ushahidi-platform-api
3
- version : 0.0.1-alpha.34
3
+ version : 0.0.1-alpha.35
4
4
icon : https://github.ushahidi.org/helm-charts/icon.png
Original file line number Diff line number Diff line change @@ -295,14 +295,6 @@ spec:
295
295
requests :
296
296
cpu : {{ .Values.api.requests.cpu }}
297
297
memory : {{ .Values.api.requests.memory }}
298
- {{- if .Values.api.tolerations }}
299
- tolerations :
300
- {{ toYaml .Values.api.tolerations | indent 10 }}
301
- {{- end }}
302
- {{- if .Values.api.nodeSelector }}
303
- nodeSelector :
304
- {{ toYaml .Values.api.nodeSelector | indent 10 }}
305
- {{- end }}
306
298
{{- if or (.Values.config.dotenv) (.Values.config.dotenv_secret) (.Values.config.passport_keys_secret) }}
307
299
volumes :
308
300
{{- if .Values.config.dotenv }}
@@ -327,6 +319,14 @@ spec:
327
319
{{- end }}
328
320
{{- end }}
329
321
terminationGracePeriodSeconds : 15
322
+ {{- if .Values.api.tolerations }}
323
+ tolerations :
324
+ {{ toYaml .Values.api.tolerations | indent 8 }}
325
+ {{- end }}
326
+ {{- if .Values.api.nodeSelector }}
327
+ nodeSelector :
328
+ {{ toYaml .Values.api.nodeSelector | indent 8 }}
329
+ {{- end }}
330
330
331
331
---
332
332
apiVersion : v1
You can’t perform that action at this time.
0 commit comments