Created
February 24, 2020 19:26
-
-
Save b3tts32/db8f80c105bc66262ae7212c4b541e5d 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: sise-deploy | |
spec: | |
replicas: 2 | |
selector: | |
matchLabels: | |
app: sise | |
template: | |
metadata: | |
labels: | |
app: sise | |
spec: | |
containers: | |
- name: sise | |
image: mhausenblas/simpleservice:0.5.0 | |
ports: | |
- containerPort: 9876 | |
env: | |
- name: SIMPLE_SERVICE_VERSION | |
value: "0.9" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment