Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeralsing committed Sep 16, 2020
1 parent 70d1861 commit 10f0a52
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build-docker.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@

docker build -f dockerfile-reader . -t rogeralsing/clusterreader
docker build -f dockerfile-sender . -t rogeralsing/clustersender
docker build -f dockerfile-sender . -t rogeralsing/clustersender

kubectl run mongo --image=mongo:4 --expose --port 27017
kubectl port-forward service/mongo 27017:27017
kubectl apply --filename service.yaml

0 comments on commit 10f0a52

Please sign in to comment.