Skip to content

Commit 3293b7d

Browse files
committed
Update nm configuration file
1 parent bb40ad8 commit 3293b7d

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
#
@@ -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

0 commit comments

Comments
 (0)