Skip to content

Commit

Permalink
Update nm configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeberhard committed Aug 9, 2023
1 parent bb40ad8 commit 3293b7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion operator/src/main/resources/scripts/livenessProbe.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 3 additions & 1 deletion operator/src/main/resources/scripts/startNodeManager.sh
Original file line number Diff line number Diff line change
@@ -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.

#
Expand Down Expand Up @@ -203,6 +203,8 @@ cat <<EOF > ${nm_props_file}
weblogic.StopScriptEnabled=false
QuitEnabled=false
StateCheckInterval=500
AutoRestart=false
AutoKillIfFailed=true
CrashRecoveryEnabled=false
LogFile=${nodemgr_log_file}
LogToStderr=true
Expand Down

0 comments on commit 3293b7d

Please sign in to comment.