Skip to content

Commit

Permalink
wip: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvest89 committed Oct 13, 2023
1 parent 7e6e60e commit 5130e7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/autoscaler.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ spec:
- matchExpressions:
- key: node-role.kubernetes.io/master
operator: Exists
imagePullSecrets:
- name: harbor-read-creds
containers:
- image: ${ca_image}:${ca_version}
name: cluster-autoscaler
Expand All @@ -165,7 +167,7 @@ spec:
cpu: 100m
memory: 300Mi
command:
- ./cluster-autoscaler
- app
- --v=${cluster_autoscaler_log_level}
- --logtostderr=${cluster_autoscaler_log_to_stderr}
- --stderrthreshold=${cluster_autoscaler_stderr_threshold}
Expand Down

0 comments on commit 5130e7b

Please sign in to comment.