Skip to content

Instantly share code, notes, and snippets.

@matti
Last active January 20, 2022 13:21
Show Gist options
  • Save matti/efa458f0027f8b03f5c81e178d198dad to your computer and use it in GitHub Desktop.
Save matti/efa458f0027f8b03f5c81e178d198dad to your computer and use it in GitHub Desktop.
---
apiVersion: v1
kind: Namespace
metadata:
name: inflate-1
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: inflate-1
namespace: inflate-1
spec:
replicas: 1
selector:
matchLabels:
app: inflate-1
template:
metadata:
labels:
app: inflate-1
spec:
terminationGracePeriodSeconds: 0
# nodeSelector:
# something: "yes"
containers:
- name: inflate
image: mattipaksula/bause:user
resources:
requests:
cpu: 1
limits:
cpu: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment