|
@@ -24,6 +24,7 @@ spec:
|
|
|
serviceAccountName: "hpcc-default"
|
|
|
containers:
|
|
|
- name: {{ $toponame | quote }}
|
|
|
+{{ include "hpcc.addSentinelProbes" $roxie | indent 8 }}
|
|
|
{{- include "hpcc.addSecurityContext" (dict "root" $ "me" .) | indent 8 }}
|
|
|
{{ include "hpcc.addImageAttrs" (dict "root" $ "me" $roxie) | indent 8 }}
|
|
|
workingDir: /var/lib/HPCCSystems
|
|
@@ -127,6 +128,7 @@ spec:
|
|
|
containerPort: {{ $service.port }}
|
|
|
{{- end }}
|
|
|
{{- end }}
|
|
|
+{{ include "hpcc.addSentinelProbes" $roxie | indent 8 }}
|
|
|
{{ include "hpcc.addSecurityContext" (dict "root" $ "me" .) | indent 8 }}
|
|
|
{{ include "hpcc.addImageAttrs" (dict "root" $ "me" $roxie) | indent 8 }}
|
|
|
volumeMounts:
|
|
@@ -188,6 +190,7 @@ spec:
|
|
|
containerPort: {{ $service.port }}
|
|
|
{{- end }}
|
|
|
{{- end }}
|
|
|
+{{ include "hpcc.addSentinelProbes" $roxie | indent 8 }}
|
|
|
{{- end }}
|
|
|
{{ include "hpcc.addSecurityContext" (dict "root" $ "me" .) | indent 8 }}
|
|
|
{{ include "hpcc.addImageAttrs" (dict "root" $ "me" $roxie) | indent 8 }}
|