Skip to content

Instantly share code, notes, and snippets.

@duffney
Created November 5, 2019 14:37
Show Gist options
  • Save duffney/f74245494f88b3504b8dfb44b3c04790 to your computer and use it in GitHub Desktop.
Save duffney/f74245494f88b3504b8dfb44b3c04790 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
name: archetype-deployment
labels:
app: archetype
spec:
replicas: 3
selector:
matchLabels:
app: archetype
strategy:
type: Recreate
template:
metadata:
labels:
app: archetype
spec:
containers:
- name: archetype
image: duffney/archetype:v1
ports:
- containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment