Skip to content

Instantly share code, notes, and snippets.

@serragnoli
Created July 19, 2018 10:43
Show Gist options
  • Select an option

  • Save serragnoli/703428e39dc74dcb03050a18507927c2 to your computer and use it in GitHub Desktop.

Select an option

Save serragnoli/703428e39dc74dcb03050a18507927c2 to your computer and use it in GitHub Desktop.
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: tutum-deployment
labels:
app: tutum
spec:
replicas: 3
selector:
matchLabels:
app: tutum
template:
metadata:
labels:
app: tutum
spec:
containers:
- name: tutum
image: tutum/hello-world
ports:
- containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment