Skip to content

Commit

Permalink
Merge pull request #1202 from sebboer/master
Browse files Browse the repository at this point in the history
open autoscaler pod port to enable monitoring via port 8085
  • Loading branch information
mysticaltech authored Feb 22, 2024
2 parents e35d671 + 4aba6cd commit 7a64ea3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/autoscaler.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ spec:
requests:
cpu: 100m
memory: 300Mi
ports:
- containerPort: 8085
command:
- ./cluster-autoscaler
- --v=${cluster_autoscaler_log_level}
Expand Down

0 comments on commit 7a64ea3

Please sign in to comment.