...

Text file src/edge-infra.dev/config/pallets/sds/node-feature-discovery/base/patches/nfd-gc-patch.yaml

Documentation: edge-infra.dev/config/pallets/sds/node-feature-discovery/base/patches

     1apiVersion: apps/v1
     2kind: Deployment
     3metadata:
     4  name: nfd-gc
     5spec:
     6  template:
     7    spec:
     8      priorityClassName: edge-p5-non-critical-infra
     9      containers:
    10      - name: nfd-gc
    11        image: bzl://hack/deps:node_feature_discovery_container_push
    12        resources:
    13          limits:
    14            cpu: "20m"
    15            memory: 128Mi
    16          requests:
    17            cpu: 10m
    18            memory: 16Mi

View as plain text