Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
fix: the log-cache instance number can not be adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyMa committed Sep 10, 2020
1 parent 594203d commit 056e6dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions chart/assets/operations/sizing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
{{- $instance_groups = append $instance_groups "diego-api" }}
{{- $instance_groups = append $instance_groups "doppler" }}
{{- $instance_groups = append $instance_groups "log-api" }}
{{- $instance_groups = append $instance_groups "log-cache" }}
{{- $instance_groups = append $instance_groups "nats" }}
{{- $instance_groups = append $instance_groups "router" }}
{{- $instance_groups = append $instance_groups "scheduler" }}
Expand Down
2 changes: 2 additions & 0 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ sizing:
instances: ~
log_api:
instances: ~
log_cache:
instances: ~
nats:
instances: ~
router:
Expand Down

0 comments on commit 056e6dd

Please sign in to comment.