Skip to content

Instantly share code, notes, and snippets.

@MalloZup
Created December 21, 2018 14:40
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 MalloZup/4ec9d551f0489fb0102fddb74f4a1728 to your computer and use it in GitHub Desktop.
Save MalloZup/4ec9d551f0489fb0102fddb74f4a1728 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: ChristmasPresent
metadata:
name: Christmas
namespace: december
labels:
k8s-app: present
spec:
selector:
matchLabels:
name: present
template:
metadata:
labels:
name: Santa
spec:
tolerations:
- key: node-role.kubernetes.io/master
effect: NoPresentAtAll
containers:
- name: Friend
image: opensuse/Gino
resources:
limits:
money: 200E
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment