Skip to content

Instantly share code, notes, and snippets.

@callowaysutton
Forked from tcdowney/ubuntu-sleep.yaml
Last active December 22, 2022 00:52
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 callowaysutton/64251de42fd78ccd249df5e89793758e to your computer and use it in GitHub Desktop.
Save callowaysutton/64251de42fd78ccd249df5e89793758e to your computer and use it in GitHub Desktop.
Ubuntu Sleep Pod
apiVersion: v1
kind: Pod
metadata:
name: ubuntu2
spec:
containers:
- name: ubuntu2
image: nginx:latest
resources:
requests:
memory: "256Mi"
limits:
memory: "512Mi"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment