Update config & version
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
83b3ab95d4
commit
ef6d017f06
2 changed files with 11 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
my_context: minikube
|
my_context: minikube
|
||||||
#metrics_server_version: "0.6.1"
|
#metrics_server_version: "0.6.1"
|
||||||
metrics_server_chart_version: "3.8.1"
|
metrics_server_chart_version: "3.8.2"
|
||||||
|
|
@ -15,8 +15,18 @@
|
||||||
values:
|
values:
|
||||||
# image:
|
# image:
|
||||||
# tag: "{{ metrics_server_version }}"
|
# tag: "{{ metrics_server_version }}"
|
||||||
|
replicas: 2
|
||||||
|
podDisruptionBudget:
|
||||||
|
enabled: true
|
||||||
|
minAvailable: 1
|
||||||
|
# maxUnavailable: 2
|
||||||
args:
|
args:
|
||||||
- --kubelet-insecure-tls
|
- --kubelet-insecure-tls
|
||||||
- --metric-resolution=15s
|
- --metric-resolution=15s
|
||||||
|
metrics:
|
||||||
|
enabled: true
|
||||||
|
serviceMonitor:
|
||||||
|
enabled: true
|
||||||
|
# affinity:
|
||||||
tags:
|
tags:
|
||||||
- metrics-server
|
- metrics-server
|
||||||
Loading…
Add table
Add a link
Reference in a new issue