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

Commit

Permalink
Strip configs we don't need and register with Keel
Browse files Browse the repository at this point in the history
  • Loading branch information
Sloan Thompson committed Aug 7, 2019
1 parent e117498 commit 4b8b7fd
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions infrastructure/kube/keep-dev/tbtc-dapp-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ metadata:
type: dapp
spec:
ports:
- port: 3000
targetPort: 3000
name: tcp-3000
- port: 80
targetPort: 80
name: tcp-80
selector:
app: tbtc
type: dapp
Expand All @@ -20,6 +20,7 @@ kind: Deployment
metadata:
name: tbtc-dapp
labels:
keel.sh/policy: all
app: tbtc
type: dapp
spec:
Expand All @@ -38,9 +39,4 @@ spec:
- name: tbtc-dapp
image: gcr.io/keep-dev-fe24/tbtc-dapp
ports:
- containerPort: 3000
command: ["tbtc", "-config", "/tbtc-dapp/config/config.json", "start"]
volumes:
- name: tbtc-dapp
persistentVolumeClaim:
claimName: tbtc-dapp
- containerPort: 80

0 comments on commit 4b8b7fd

Please sign in to comment.