Skip to content

Instantly share code, notes, and snippets.

@justindavies
Created August 24, 2018 11:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save justindavies/0efdb8ca6754ae1b6730800c783a7201 to your computer and use it in GitHub Desktop.
Save justindavies/0efdb8ca6754ae1b6730800c783a7201 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
name: rendertron
labels:
app: rendertron
spec:
replicas: 2
selector:
matchLabels:
app: rendertron
template:
metadata:
labels:
app: rendertron
spec:
containers:
- name: rendertron
image: inklin/rendertron:latest
ports:
- containerPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment