Skip to content

Commit

Permalink
adding quay mynode
Browse files Browse the repository at this point in the history
  • Loading branch information
burrsutter committed Feb 5, 2019
1 parent 5a66c82 commit 3aa17b9
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions kubefiles/mynode-deployment-quay.yml
@@ -0,0 +1,22 @@
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
labels:
app: mynode
name: mynode
spec:
replicas: 1
selector:
matchLabels:
app: mynode
template:
metadata:
labels:
app: mynode
spec:
containers:
- name: mynode
image: quay.io/burrsutter/mynode:v1
ports:
- containerPort: 8000

0 comments on commit 3aa17b9

Please sign in to comment.