From 99d25e6afd2e92326d7aabdeb4424e40849eea35 Mon Sep 17 00:00:00 2001 From: Cristiano Hoshikawa Date: Mon, 8 Apr 2024 20:13:48 -0300 Subject: [PATCH] adjustments --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4730ecb..35c5839 100644 --- a/README.md +++ b/README.md @@ -184,12 +184,19 @@ And select your **APM Domain** created previously in your compartment. ### Auto Scaling +The **Weblogic** stack available on **Oracle Cloud Market Place** allows the use of the automated mechanism for auto-scaling. This feature is available thanks to the use of **OCI functions** that are automatically implemented when creating the Weblogic stack. +To activate this option, simply enable the "Autoscaling" option and configure the **OCI Registry** with your previously configured username and token. +Also configure thresholds to automate autoscaling. + ![img_18.png](img_18.png) ![img_42.png](img_42.png) ### File System - H.A. +There is the possibility of working with shared storage, which is very important when it comes to creating a Weblogic cluster for high availability. +To do this, simply enable the "Add File System" option and configure the subnet's CIDR block to mount the target. Be careful to establish a CIDR block that does not overlap an existing one. + ![img_19.png](img_19.png) ![img_25.png](img_25.png)