Skip to content

Commit

Permalink
added yaml for single pod
Browse files Browse the repository at this point in the history
  • Loading branch information
Christof committed Oct 19, 2017
1 parent a9775bf commit 49d2845
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions single-pod.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: v1
kind: Pod
metadata:
labels:
app: azure-vote
name: myredis-pod
spec:
containers:
- name: myredis-container
image: redis

0 comments on commit 49d2845

Please sign in to comment.