File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -207,6 +207,10 @@ spec:
207207{{- end }}
208208 - name : " CONFIG_whisk_helm_release"
209209 value : " {{ .Release.Name }}"
210+ - name : " CONFIG_akka_coordinatedShutdown_phases_actorSystemTerminate_timeout"
211+ value : " {{ .Values.akka.actorSystemTerminateTimeout }}"
212+ - name : " CONFIG_whisk_runtime_delete_timeout"
213+ value : " {{ .Values.invoker.runtimeDeleteTimeout }}"
210214 ports :
211215 - name : invoker
212216 containerPort : {{ .Values.invoker.port }}
Original file line number Diff line number Diff line change @@ -265,6 +265,7 @@ invoker:
265265 imageTag : " ed3f76e"
266266 imagePullPolicy : " IfNotPresent"
267267 restartPolicy : " Always"
268+ runtimeDeleteTimeout : " 30 seconds"
268269 port : 8080
269270 options : " "
270271 jvmHeapMB : " 512"
@@ -664,3 +665,6 @@ elasticsearch:
664665 indexPattern : " openwhisk-%s"
665666 username : " admin"
666667 password : " admin"
668+
669+ akka :
670+ actorSystemTerminateTimeout : " 30 s"
You can’t perform that action at this time.
0 commit comments