Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #36 from keep-network/sthompson22/keep-dev/tbtc-da…
Browse files Browse the repository at this point in the history
…pp-deployment

keep-dev: tbtc-dapp deployment
  • Loading branch information
nkuba authored Aug 7, 2019
2 parents 89b3966 + 4b8b7fd commit e722bf7
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions infrastructure/kube/keep-dev/tbtc-dapp-deployment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
apiVersion: v1
kind: Service
metadata:
name: tbtc-dapp
labels:
app: tbtc
type: dapp
spec:
ports:
- port: 80
targetPort: 80
name: tcp-80
selector:
app: tbtc
type: dapp
---
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: tbtc-dapp
labels:
keel.sh/policy: all
app: tbtc
type: dapp
spec:
replicas: 1
selector:
matchLabels:
app: tbtc
type: dapp
template:
metadata:
labels:
app: tbtc
type: dapp
spec:
containers:
- name: tbtc-dapp
image: gcr.io/keep-dev-fe24/tbtc-dapp
ports:
- containerPort: 80

0 comments on commit e722bf7

Please sign in to comment.