Created
March 23, 2020 23:30
-
-
Save alex-leonhardt/d7c604bd9212ac2656ed9de4ff6d4fb0 to your computer and use it in GitHub Desktop.
folding at home deployment
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: | |
labels: | |
app: folding-at-home | |
name: folding-at-home | |
spec: | |
replicas: 8 | |
selector: | |
matchLabels: | |
app: folding-at-home | |
template: | |
metadata: | |
labels: | |
app: folding-at-home | |
spec: | |
containers: | |
- image: johnktims/folding-at-home:latest | |
name: folding-at-home | |
ports: | |
- containerPort: 7396 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment