File tree Expand file tree Collapse file tree 3 files changed +25
-1
lines changed
helm-chart/eoapi/templates Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 5151 - name : pgstac-setup-volume-{{ $.Release.Name }}
5252 configMap :
5353 name : pgstac-setup-config-{{ $.Release.Name }}
54+ {{- with .Values.pgstacBootstrap.settings.affinity }}
55+ affinity :
56+ {{- toYaml . | nindent 8 }}
57+ {{- end }}
58+ {{- with .Values.pgstacBootstrap.settings.tolerations }}
59+ tolerations :
60+ {{- toYaml . | nindent 8 }}
61+ {{- end }}
5462 backoffLimit : 1
5563{{- end }}
Original file line number Diff line number Diff line change 7171 name : {{ $secret }}
7272 {{- end }}
7373 {{- end }}
74+ {{- with index $v "settings" "affinity" }}
75+ affinity :
76+ {{- toYaml . | nindent 8 }}
77+ {{- end }}
78+ {{- with index $v "settings" "tolerations" }}
79+ tolerations :
80+ {{- toYaml . | nindent 8 }}
81+ {{- end }}
7482---
7583{{/* END: if index $v "enabled" */}}
7684{{- end }}
Original file line number Diff line number Diff line change 4646 - name : doc-html-{{ .Release.Name }}
4747 configMap :
4848 name : nginx-root-html-{{ .Release.Name }}
49+ {{- with .Values.docServer.settings.affinity }}
50+ affinity :
51+ {{- toYaml . | nindent 8 }}
52+ {{- end }}
53+ {{- with .Values.docServer.settings.tolerations }}
54+ tolerations :
55+ {{- toYaml . | nindent 8 }}
56+ {{- end }}
4957---
5058apiVersion : v1
5159kind : Service
5967 port : 80
6068 targetPort : 80
6169---
62- {{- end }}
70+ {{- end }}
You can’t perform that action at this time.
0 commit comments