Skip to content

Instantly share code, notes, and snippets.

@misteliy
Created January 1, 2021 15:15
Show Gist options
  • Save misteliy/0975f3821542bf913c8ec74e6ae79343 to your computer and use it in GitHub Desktop.
Save misteliy/0975f3821542bf913c8ec74e6ae79343 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: myvirtualdesktop
spec:
containers:
- name: myvirtualdesktop
image: 482950716099.dkr.ecr.eu-west-1.amazonaws.com/myvirtualdesktop:latest
resources:
requests:
memory: "1000Mi"
cpu: "1000m"
limits:
memory: "4000Mi"
cpu: "2000m"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment