File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 securityContext :
3434 {{- toYaml . | nindent 8 }}
3535 {{- end }}
36+ {{- with .Values.hostAliases }}
37+ hostAliases :
38+ {{- toYaml . | nindent 8 }}
39+ {{- end }}
3640 containers :
3741 - name : {{ .Chart.Name }}
3842 {{- with .Values.securityContext }}
Original file line number Diff line number Diff line change @@ -218,6 +218,11 @@ tolerations: []
218218
219219affinity : {}
220220
221+ # Host aliases for the pod
222+ hostAliases : []
223+ # - ip: "127.0.0.1"
224+ # hostnames:
225+ # - "foo.local"
221226networkPolicy :
222227 # Choose to create a default network policy blocking all ingress other than to the service port.
223228 enabled : true
Original file line number Diff line number Diff line change 3838 securityContext :
3939 {{- toYaml . | nindent 8 }}
4040 {{- end }}
41+ {{- with .Values.hostAliases }}
42+ hostAliases :
43+ {{- toYaml . | nindent 8 }}
44+ {{- end }}
4145 containers :
4246 - name : medcat-trainer
4347 {{- with .Values.securityContext }}
Original file line number Diff line number Diff line change @@ -319,3 +319,9 @@ affinity: {}
319319
320320# Runtime class name for the pod (e.g., "nvidia" for GPU workloads)
321321runtimeClassName : " "
322+
323+ # Host aliases for the pod
324+ hostAliases : []
325+ # - ip: "127.0.0.1"
326+ # hostnames:
327+ # - "foo.local"
You can’t perform that action at this time.
0 commit comments