From 3293b7d7b859e075ca25b7274975083c2242bc67 Mon Sep 17 00:00:00 2001 From: Ryan Eberhard Date: Wed, 9 Aug 2023 07:55:58 -0400 Subject: [PATCH] Update nm configuration file --- operator/src/main/resources/scripts/livenessProbe.sh | 2 +- operator/src/main/resources/scripts/startNodeManager.sh | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/operator/src/main/resources/scripts/livenessProbe.sh b/operator/src/main/resources/scripts/livenessProbe.sh index 9311e94b8b5..dac8cca2f44 100755 --- a/operator/src/main/resources/scripts/livenessProbe.sh +++ b/operator/src/main/resources/scripts/livenessProbe.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2017, 2022, Oracle and/or its affiliates. +# Copyright (c) 2017, 2023, Oracle and/or its affiliates. # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. # Kubernetes periodically calls this liveness probe script to determine whether diff --git a/operator/src/main/resources/scripts/startNodeManager.sh b/operator/src/main/resources/scripts/startNodeManager.sh index 0dcdcf7b99e..6620fc6b358 100644 --- a/operator/src/main/resources/scripts/startNodeManager.sh +++ b/operator/src/main/resources/scripts/startNodeManager.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) 2017, 2021, Oracle and/or its affiliates. +# Copyright (c) 2017, 2023, Oracle and/or its affiliates. # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. # @@ -203,6 +203,8 @@ cat < ${nm_props_file} weblogic.StopScriptEnabled=false QuitEnabled=false StateCheckInterval=500 + AutoRestart=false + AutoKillIfFailed=true CrashRecoveryEnabled=false LogFile=${nodemgr_log_file} LogToStderr=true