Skip to content

Commit

Permalink
feat: update default values
Browse files Browse the repository at this point in the history
  • Loading branch information
whdalsrnt committed Jul 19, 2023
1 parent 7177e0e commit 61778d3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 39 deletions.
31 changes: 0 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,37 +14,6 @@ A Helm Chart for Cloudforet `1.11`.
### Cloudforet Architecture
![Cloudforet Architecture](docs/images/cloudforet_architecture.png)

### Docker Images
You can download the docker images from [Docker Hub](https://hub.docker.com/u/spaceone).

| Image Name | Version | Required |
|:----------------------------|:--------------------|:--------:|
| spaceone/console | 1.11.0.27 | O |
| spaceone/console-api | 1.11.0.4 | O |
| spaceone/identity | 1.11.0 | O |
| spaceone/secret | 1.11.0 | O |
| spaceone/repository | 1.12.dev9 | O |
| spaceone/plugin | 1.11.0 | O |
| spaceone/config | 1.11.0 | O |
| spaceone/inventory | 1.11.0.3 | O |
| spaceone/monitoring | 1.11.0.3 | O |
| spaceone/statistics | 1.11.0 | O |
| spaceone/cost-analysis | 1.12.dev8 | O |
| spaceone/notification | 1.11.0 | O |
| spaceone/board | 1.11.0 | O |
| spaceone/file-manager | 1.11.0 | O |
| spaceone/dashboard | 1.11.0.4 | O |
| spaceone/console-api-v2 | 1.11.0.2 | O |
| spaceone/supervisor | 1.11.0.4 | O |
| spaceone/spacectl | 1.11.0.12 | O |
| spaceone/marketplace-assets | 1.11.0.1 | X |
| spaceone/docs | 0.1.20230502.153847 | X |
| mongo | latest | X |
| redis | latest | X |

> If your Kubernetes cluster can't access the internet, you need to download the docker images and push them to your private docker registry.

## Installation
You can install the Cloudforet using the following the steps.

Expand Down
22 changes: 14 additions & 8 deletions examples/values/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ image:
version: 3.3

resources: {}
# requests:
# memory: "128Mi"
# cpu: "25m"
# limits:
# memory: "256Mi"
# cpu: "50m"

# imagePullSecrets:
# - name: <name of imagePullSecret>
Expand All @@ -33,8 +39,8 @@ spacectl:
marketplace-assets:
enabled: true
image:
name: spaceone/marketplace-assets
version: 1.11.0.1
name: cloudforet/marketplace-assets
version: 1.12.dev5

docs:
enabled: true
Expand Down Expand Up @@ -135,8 +141,8 @@ secret:
repository:
enabled: true
image:
name: spaceone/repository
version: 1.11.0.2
name: cloudforet/repository
version: 1.12.dev9

application_grpc:
DATABASES:
Expand Down Expand Up @@ -264,8 +270,8 @@ statistics:
scheduler: true
worker: true
image:
name: spaceone/statistics
version: 1.11.0
name: cloudforet/statistics
version: 1.12.dev6

application_grpc:
DATABASES:
Expand All @@ -289,8 +295,8 @@ cost-analysis:
worker: true
replicas_worker: 4
image:
name: spaceone/cost-analysis
version: 1.11.0.3
name: cloudforet/cost-analysis
version: 1.12.dev11

application_grpc:
DATABASES:
Expand Down

0 comments on commit 61778d3

Please sign in to comment.