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#
@@ -236,6 +236,8 @@ cat <<EOF > ${nm_props_file}
236236 weblogic.StopScriptEnabled=false
237237 QuitEnabled=false
238238 StateCheckInterval=500
239+ AutoRestart=false
240+ AutoKillIfFailed=true
239241 CrashRecoveryEnabled=false
240242 LogFile=${nodemgr_log_file}
241243 LogToStderr=true
You can’t perform that action at this time.
0 commit comments