Skip to content

Commit

Permalink
enable autoscaling in ci to validate templates
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBesson committed Aug 1, 2023
1 parent dc8de52 commit eb28181
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/common/ci/kind-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ service:
targetPort: 80
protocol: TCP

autoscaling:
enabled: true

env:
RANDOM_ENV_VAR: justsomerandom

Expand Down
5 changes: 5 additions & 0 deletions charts/substrate-telemetry/ci/kind-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
autoscaling:
shard:
enabled: true
frontend:
enabled: true

0 comments on commit eb28181

Please sign in to comment.