Skip to content

Commit

Permalink
feat: deploy zinc for pichu, pikachu, raichu
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 29, 2023
1 parent 71aab5e commit 4bf9ec6
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ App of Apps Helm Chart that's the bootstrap engine for AtomiCloud's clusters
- direnv
- docker

## Helm Docs

You can view the helm documentation generated at [helm-docs](./chart/README.md)

## Contributing

Please contact contributors and read the [developer docs](./docs/developer/CommitConventions.md) for informationation on contributing to this project.
Expand Down
6 changes: 6 additions & 0 deletions chart/values.pichu.opal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ apps:
deploy: true
values: [ "values.yaml", "values.pichu.opal.yaml" ]

# Cluster Issuer, Certificate Issuer, Zinc
zinc:
sync: 4
deploy: true
values: [ "values.yaml", "values.pichu.opal.yaml" ]

# KEDA, Pod Autoscaler, Iron
iron:
sync: 4
Expand Down
6 changes: 6 additions & 0 deletions chart/values.pikachu.opal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ apps:
deploy: true
values: [ "values.yaml", "values.pikachu.opal.yaml" ]

# Cluster Issuer, Certificate Issuer, Zinc
zinc:
sync: 4
deploy: true
values: [ "values.yaml", "values.pichu.opal.yaml" ]

# KEDA, Pod Autoscaler, Iron
iron:
sync: 4
Expand Down
7 changes: 7 additions & 0 deletions chart/values.raichu.opal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,19 @@ apps:
sync: 3
deploy: true
values: [ "values.yaml", "values.raichu.opal.yaml" ]

# Cert Manager, Certificate Engine, Sulfur
sulfur:
sync: 3
deploy: true
values: [ "values.yaml", "values.raichu.opal.yaml" ]

# Cluster Issuer, Certificate Issuer, Zinc
zinc:
sync: 4
deploy: true
values: [ "values.yaml", "values.pichu.opal.yaml" ]

# KEDA, Pod Autoscaler, Iron
iron:
sync: 4
Expand Down

0 comments on commit 4bf9ec6

Please sign in to comment.