Update node-feature-discovery to v0.16.4 (#11250)

This commit is contained in:
Mohamed Omar Zaian
2024-08-19 14:59:30 +02:00
committed by GitHub
parent 1093c76f9b
commit ad1ce92b41
6 changed files with 482 additions and 123 deletions

View File

@@ -33,22 +33,18 @@ spec:
image: {{ node_feature_discovery_image_repo }}:{{ node_feature_discovery_image_tag }}
imagePullPolicy: IfNotPresent
livenessProbe:
exec:
command:
- "/usr/bin/grpc_health_probe"
- "-addr=:8080"
grpc:
port: 8082
initialDelaySeconds: 10
periodSeconds: 10
readinessProbe:
exec:
command:
- "/usr/bin/grpc_health_probe"
- "-addr=:8080"
grpc:
port: 8082
initialDelaySeconds: 5
periodSeconds: 10
failureThreshold: 10
ports:
- containerPort: 8080
- containerPort: 8082
name: grpc
- containerPort: 8081
name: metrics