Advertisement
Guest User

Untitled

a guest
Jan 26th, 2020
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.22 KB | None | 0 0
  1. apiVersion: v1
  2. kind: Pod
  3. metadata:
  4.   name: nginx
  5. spec:
  6.   containers:
  7.   - name: nginx
  8.     image: nginx
  9.   resources:
  10.     requests:
  11.       cpu: 1
  12.       memory: “1Gi”
  13.     limits:
  14.       cpu: 2
  15.       memory: “2Gi”
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement