Skip to content

Commit

Permalink
fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad committed Feb 11, 2021
1 parent 8921913 commit aae12e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/bin/bash

echo 'start install'
minikube addons enable ingress
kubectl apply \
-f ./rabbitmq/ \
-f ./message-dashboard/ \
-f ./message-service/ \
-f ./monitoring/ \
-f ./trigger-service/ \
-f ./shared/
minikube addons enable ingress
echo 'end install'

0 comments on commit aae12e9

Please sign in to comment.