k3s/examples/resourcequota/limits.yaml

11 lines
142 B
YAML

apiVersion: v1
kind: LimitRange
metadata:
name: limits
spec:
limits:
- default:
cpu: 100m
memory: 512Mi
type: Container