Update to version v0.5.1
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
dfe3f3a60e
commit
9c9c668e0b
2 changed files with 10 additions and 4 deletions
|
|
@ -21,10 +21,11 @@ spec:
|
|||
- args:
|
||||
- --kubelet-insecure-tls
|
||||
- --cert-dir=/tmp
|
||||
- --secure-port=4443
|
||||
- --secure-port=443
|
||||
- --kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname
|
||||
- --kubelet-use-node-status-port
|
||||
image: k8s.gcr.io/metrics-server/metrics-server:v0.4.4
|
||||
- --metric-resolution=15s
|
||||
image: k8s.gcr.io/metrics-server/metrics-server:v0.5.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
failureThreshold: 3
|
||||
|
|
@ -35,7 +36,7 @@ spec:
|
|||
periodSeconds: 10
|
||||
name: metrics-server
|
||||
ports:
|
||||
- containerPort: 4443
|
||||
- containerPort: 443
|
||||
name: https
|
||||
protocol: TCP
|
||||
readinessProbe:
|
||||
|
|
@ -44,7 +45,12 @@ spec:
|
|||
path: /readyz
|
||||
port: https
|
||||
scheme: HTTPS
|
||||
initialDelaySeconds: 20
|
||||
periodSeconds: 10
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 200Mi
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: true
|
||||
runAsNonRoot: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue