File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
operator/src/main/resources/scripts Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- # Copyright (c) 2017, 2022 , Oracle and/or its affiliates.
3+ # Copyright (c) 2017, 2023 , Oracle and/or its affiliates.
44# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
55
66# Kubernetes periodically calls this liveness probe script to determine whether
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # Copyright (c) 2017, 2021 , Oracle and/or its affiliates.
2+ # Copyright (c) 2017, 2023 , Oracle and/or its affiliates.
33# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
44
55#
@@ -203,6 +203,8 @@ cat <<EOF > ${nm_props_file}
203203 weblogic.StopScriptEnabled=false
204204 QuitEnabled=false
205205 StateCheckInterval=500
206+ AutoRestart=false
207+ AutoKillIfFailed=true
206208 CrashRecoveryEnabled=false
207209 LogFile=${nodemgr_log_file}
208210 LogToStderr=true
You can’t perform that action at this time.
0 commit comments