Skip to content

Added default specs #1058

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs-source/spring/content/setup/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand All @@ -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.
Expand Down