Skip to content

Commit

Permalink
whoami deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldcroes committed Aug 3, 2018
1 parent c695fff commit b393385
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions deployment-whoami.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: whoami-deployment
spec:
replicas: 1
selector:
matchLabels:
app: whoami
template:
metadata:
labels:
app: whoami
spec:
containers:
- name: whoami-container
image: emilevauge/whoami

0 comments on commit b393385

Please sign in to comment.