feat: refactor apps
This commit is contained in:
@@ -1,12 +1,18 @@
|
||||
node-feature-discovery:
|
||||
image:
|
||||
repository: gcr.io/k8s-staging-nfd/node-feature-discovery
|
||||
tag: v0.18.3@sha256:f9ef2ebee55141a1758d3c0a87bb701f5db2adf6856f7218b11bc2bac7b63862
|
||||
pullPolicy: IfNotPresent
|
||||
featureGates:
|
||||
NodeFeatureGroupAPI: true
|
||||
master:
|
||||
replicaCount: 2
|
||||
replicaCount: 1
|
||||
resources:
|
||||
limits:
|
||||
memory: null
|
||||
requests:
|
||||
cpu: 20m
|
||||
memory: 60Mi
|
||||
cpu: 10m
|
||||
memory: 20Mi
|
||||
tolerations:
|
||||
- key: node-role.kubernetes.io/control-plane
|
||||
operator: Exists
|
||||
@@ -60,17 +66,23 @@ node-feature-discovery:
|
||||
class: ["0300"]
|
||||
vendor: ["8086"]
|
||||
resources:
|
||||
limits:
|
||||
memory: null
|
||||
requests:
|
||||
cpu: 20m
|
||||
memory: 60Mi
|
||||
cpu: 1m
|
||||
memory: 20Mi
|
||||
tolerations:
|
||||
- key: node-role.kubernetes.io/control-plane
|
||||
operator: Exists
|
||||
effect: NoSchedule
|
||||
topologyUpdater:
|
||||
enable: false
|
||||
gc:
|
||||
resources:
|
||||
limits:
|
||||
memory: null
|
||||
requests:
|
||||
cpu: 20m
|
||||
memory: 60Mi
|
||||
cpu: 1m
|
||||
memory: 20Mi
|
||||
prometheus:
|
||||
enable: true
|
||||
|
||||
Reference in New Issue
Block a user