Skip to content

Instantly share code, notes, and snippets.

@eyarz
Created February 24, 2021 13:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eyarz/2145201d69b39875910cbe69d6189c2a to your computer and use it in GitHub Desktop.
Save eyarz/2145201d69b39875910cbe69d6189c2a to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: frontend
spec:
containers:
- name: app
image: images.my-company.example/app:v4
resources:
requests:
memory: "64Mi"
cpu: "250m"
limits:
memory: "128Mi"
cpu: "500m"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment