...

Text file src/edge-infra.dev/config/pallets/sds/pxe/gke/resource-quota.yaml

Documentation: edge-infra.dev/config/pallets/sds/pxe/gke

     1apiVersion: v1
     2kind: ResourceQuota
     3metadata:
     4  name: pxe-critical-pods
     5  namespace: pxe
     6spec:
     7  scopeSelector:
     8    matchExpressions:
     9    - operator: In
    10      scopeName: PriorityClass
    11      values:
    12      - system-cluster-critical

View as plain text