Skip to content

Commit

Permalink
Merge pull request #13 from holywen/main
Browse files Browse the repository at this point in the history
add autoscaling for at-scale blueprints, renaming ci to cd in couple of places
  • Loading branch information
holywen authored Mar 21, 2024
2 parents 6d360ee + 3ebec3e commit dfebb35
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions blueprints/02-at-scale/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ Once you have familiarized yourself with the [Getting Started blueprint](../01-g
|------|-------------|
| acm_certificate_arn | ACM certificate ARN |
| aws_backup_efs_protected_resource | AWS Backup Protected Resource descriction for EFS Drive. |
| cbcd_helm | Helm configuration for CloudBees CI Add-on. It is accesible only via state files. |
| cbcd_namespace | Namespace for CloudBees CI Add-on. |
| cbcd_helm | Helm configuration for CloudBees CD Add-on. It is accesible only via state files. |
| cbcd_namespace | Namespace for CloudBees CD Add-on. |
| cbcd_password | command to get the admin password of Cloudbees CD |
| cbcd_url | URL of the CloudBees CD Operations Center for CloudBees CD Add-on. |
| efs_access_points | EFS Access Points. |
Expand Down
9 changes: 3 additions & 6 deletions blueprints/02-at-scale/img/at-scale.k8s.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions blueprints/02-at-scale/k8s/cbcd-values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
#https://docs.cloudbees.com/docs/cloudbees-cd/latest/install-k8s/configuration#cloudbees_helm_charts
#https://github.com/cloudbees/cloudbees-examples/blob/master/cloudbees-cd/kubernetes/cloudbees-cd-prod-multizone.yaml

server:
autoscaling:
enabled: true

##---------------------------------------------
## Database configuration section
##---------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions blueprints/02-at-scale/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ output "kubeconfig_add" {
}

output "cbcd_helm" {
description = "Helm configuration for CloudBees CI Add-on. It is accesible only via state files."
description = "Helm configuration for CloudBees CD Add-on. It is accesible only via state files."
value = module.eks_blueprints_addon_cbcd.merged_helm_config
sensitive = true
}

output "cbcd_namespace" {
description = "Namespace for CloudBees CI Add-on."
description = "Namespace for CloudBees CD Add-on."
value = module.eks_blueprints_addon_cbcd.cbcd_namespace
}
output "cbcd_url" {
Expand Down

0 comments on commit dfebb35

Please sign in to comment.