Merge "[k8s] Expose autoscaler prometheus metrics"

This commit is contained in:
Zuul 2020-04-29 08:21:50 +00:00 committed by Gerrit Code Review
commit 1260c8185b
2 changed files with 8 additions and 0 deletions

View File

@ -138,6 +138,10 @@ spec:
- --scale-down-unneeded-time=10m
- --scale-down-delay-after-failure=3m
- --scale-down-delay-after-add=10m
ports:
- containerPort: 8085
name: metrics
protocol: TCP
volumeMounts:
- name: ca-bundle
mountPath: /etc/kubernetes

View File

@ -0,0 +1,4 @@
---
features:
- |
Expose autoscaler prometheus metrics on pod port metrics (8085).