Skip to content

Instantly share code, notes, and snippets.

@b3tts32
Created February 24, 2020 19:26
Show Gist options
  • Save b3tts32/db8f80c105bc66262ae7212c4b541e5d to your computer and use it in GitHub Desktop.
Save b3tts32/db8f80c105bc66262ae7212c4b541e5d to your computer and use it in GitHub Desktop.
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