chore: Update manifests after change
This commit is contained in:
@@ -11,7 +11,7 @@ metadata:
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
role: master
|
||||
spec:
|
||||
replicas: 2
|
||||
replicas: 1
|
||||
revisionHistoryLimit:
|
||||
selector:
|
||||
matchLabels:
|
||||
@@ -42,7 +42,7 @@ spec:
|
||||
- ALL
|
||||
readOnlyRootFilesystem: true
|
||||
runAsNonRoot: true
|
||||
image: "registry.k8s.io/nfd/node-feature-discovery:v0.18.3"
|
||||
image: "gcr.io/k8s-staging-nfd/node-feature-discovery:v0.18.3@sha256:f9ef2ebee55141a1758d3c0a87bb701f5db2adf6856f7218b11bc2bac7b63862"
|
||||
imagePullPolicy: IfNotPresent
|
||||
startupProbe:
|
||||
httpGet:
|
||||
@@ -69,11 +69,10 @@ spec:
|
||||
command:
|
||||
- "nfd-master"
|
||||
resources:
|
||||
limits:
|
||||
memory: 4Gi
|
||||
limits: {}
|
||||
requests:
|
||||
cpu: 20m
|
||||
memory: 60Mi
|
||||
cpu: 10m
|
||||
memory: 20Mi
|
||||
args:
|
||||
- "-enable-leader-election"
|
||||
- "-feature-gates=NodeFeatureGroupAPI=true"
|
||||
|
||||
Reference in New Issue
Block a user