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
#
@@ -203,6 +203,8 @@ cat <<EOF > ${nm_props_file}
203
203
weblogic.StopScriptEnabled=false
204
204
QuitEnabled=false
205
205
StateCheckInterval=500
206
+ AutoRestart=false
207
+ AutoKillIfFailed=true
206
208
CrashRecoveryEnabled=false
207
209
LogFile=${nodemgr_log_file}
208
210
LogToStderr=true
You can’t perform that action at this time.
0 commit comments