Created
August 24, 2018 11:05
-
-
Save justindavies/0efdb8ca6754ae1b6730800c783a7201 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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