From 7634fab65a82dccb28cd9b7dd78d4ee9d434a9b6 Mon Sep 17 00:00:00 2001 From: Andy Tael Date: Wed, 7 May 2025 12:28:17 -0500 Subject: [PATCH] Added default specs Signed-off-by: Andy Tael --- docs-source/spring/content/setup/_index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs-source/spring/content/setup/_index.md b/docs-source/spring/content/setup/_index.md index 76c812809..6e5034f3f 100644 --- a/docs-source/spring/content/setup/_index.md +++ b/docs-source/spring/content/setup/_index.md @@ -100,9 +100,15 @@ You must meet the following prerequisites to use Oracle Backend for Microservice - An Oracle Cloud Infrastructure (OCI) account in a tenancy with sufficient quota to create the following: - An OCI Container Engine for Kubernetes cluster (OKE cluster), plus a node pool with three worker nodes. + + - Each node should have 2 OCPUs and 32 GB of RAM. + - 750GB of block volume storage with a `Balanced` performance level. + - A virtual cloud network (VCN) with at least two public IP's available. - A public load balancer. - An Oracle Autonomous Database Serverless instance. + + - The instance should have 2 ECPUs and 20GB storage and 20GB backup storage. - At least one free OCI auth token (note that the maximum is two per user). @@ -114,6 +120,8 @@ You must meet the following prerequisites to use Oracle Backend for Microservice - [OPTIONAL]Oracle Backend for Microservices and AI VS Code Extension. [Download VS Code Extension](https://github.com/oracle/microservices-datadriven/releases/tag/OBAAS-1.4.0). - [OPTIONAL]Oracle Backend for Microservices and AI IntelliJ plugin. [Download VS Code Extension](https://github.com/oracle/microservices-datadriven/releases/tag/OBAAS-1.4.0). +You can use the [cost estimator for pricing](https://www.oracle.com/cloud/costestimator.html). + ## OCI policies The following policies needs to be in place to be able to install Oracle Backend for Microservices and AI. Top level and their dependencies listed.