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 1
1
#! /bin/bash
2
2
3
- # Copyright (c) 2017, 2022 , Oracle and/or its affiliates.
3
+ # Copyright (c) 2017, 2023 , Oracle and/or its affiliates.
4
4
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
5
5
6
6
# Kubernetes periodically calls this liveness probe script to determine whether
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # Copyright (c) 2017, 2021 , Oracle and/or its affiliates.
2
+ # Copyright (c) 2017, 2023 , Oracle and/or its affiliates.
3
3
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
4
4
5
5
#
@@ -236,6 +236,8 @@ cat <<EOF > ${nm_props_file}
236
236
weblogic.StopScriptEnabled=false
237
237
QuitEnabled=false
238
238
StateCheckInterval=500
239
+ AutoRestart=false
240
+ AutoKillIfFailed=true
239
241
CrashRecoveryEnabled=false
240
242
LogFile=${nodemgr_log_file}
241
243
LogToStderr=true
You can’t perform that action at this time.
0 commit comments