mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-15 04:57:56 +00:00
Merge pull request #578 from marquiz/fixes/kustomize
kustomize: fix broken master-worker-combined base
This commit is contained in:
commit
6e53fbc1ef
1 changed files with 11 additions and 11 deletions
|
@ -19,17 +19,17 @@ spec:
|
||||||
- name: nfd-master
|
- name: nfd-master
|
||||||
image: gcr.io/k8s-staging-nfd/node-feature-discovery:master
|
image: gcr.io/k8s-staging-nfd/node-feature-discovery:master
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
exec:
|
exec:
|
||||||
command: ["/usr/bin/grpc_health_probe", "-addr=:8080"]
|
command: ["/usr/bin/grpc_health_probe", "-addr=:8080"]
|
||||||
initialDelaySeconds: 10
|
initialDelaySeconds: 10
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
exec:
|
exec:
|
||||||
command: ["/usr/bin/grpc_health_probe", "-addr=:8080"]
|
command: ["/usr/bin/grpc_health_probe", "-addr=:8080"]
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
failureThreshold: 10
|
failureThreshold: 10
|
||||||
command:
|
command:
|
||||||
- "nfd-master"
|
- "nfd-master"
|
||||||
- name: nfd-worker
|
- name: nfd-worker
|
||||||
|
|
Loading…
Add table
Reference in a new issue