Create cpu-defaults-pod-2.yaml

pull/46254/head
Sabbir Ahmed Shameem 2024-05-05 22:05:13 +06:00 committed by GitHub
parent c3fd9223b2
commit f845626bc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 0 deletions
content/bn/examples/admin/resource

View File

@ -0,0 +1,11 @@
apiVersion: v1
kind: Pod
metadata:
name: default-cpu-demo-2
spec:
containers:
- name: default-cpu-demo-2-ctr
image: nginx
resources:
limits:
cpu: "1"