Create cpu-defaults.yaml

This commit is contained in:
Sabbir Ahmed Shameem 2024-05-05 22:08:35 +06:00 committed by GitHub
parent c0e76fe67a
commit 9d61fd080b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
apiVersion: v1
kind: LimitRange
metadata:
name: cpu-limit-range
spec:
limits:
- default:
cpu: 1
defaultRequest:
cpu: 0.5
type: Container