Skip to content

Commit 9b49f7a

Browse files
committed
Update nm configuration file
1 parent 91f9405 commit 9b49f7a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

operator/src/main/resources/scripts/livenessProbe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

operator/src/main/resources/scripts/startNodeManager.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

0 commit comments

Comments
 (0)