feat: refactor apps
Some checks failed
lint-test-helm / lint-helm (pull_request) Failing after 1m7s
lint-test-helm / validate-kubeconform (pull_request) Has been skipped

This commit is contained in:
2026-04-04 17:54:26 -05:00
parent 20e4f7363f
commit a34db2de86
9 changed files with 66 additions and 142 deletions

View File

@@ -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