Skip to content

Commit

Permalink
Merge pull request #14 from pvelx/develop
Browse files Browse the repository at this point in the history
changed doc, fix trigger service config
  • Loading branch information
pvelx authored Feb 4, 2021
2 parents afe41f5 + 2bbf2d6 commit 83160bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ cd k8s-message-demo && ./download
С развернутого хоста станут доступны сервисы по ссылкам:
- [dashboard.message.com](http://dashboard.message.com)
- [api.message.com](http://api.message.com)
- [monitoring.message.com](http://monitoring.message.com)
- [monitoring.message.com](http://monitoring.message.com/d/yw-A1jaMk/task-service)
- [rabbitmq.message.com](http://rabbitmq.message.com)
login:rabbitmq
password:secret
Expand Down
2 changes: 1 addition & 1 deletion trigger-service/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
command: ['sh', '-c', "until nslookup trigger-service-mysql-cluster-ip.$(cat /var/run/secrets/kubernetes.io/serviceaccount/namespace).svc.cluster.local; do echo waiting for db; sleep 2; done"]
containers:
- name: trigger-service
image: metalom/trigger-service:1.0
image: metalom/trigger-service:latest
imagePullPolicy: IfNotPresent
ports:
- containerPort: 50051
Expand Down

0 comments on commit 83160bc

Please sign in to comment.