Skip to content

Commit

Permalink
changed doc, fix trigger service config
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad committed Feb 4, 2021
1 parent f0b634b commit 355446d
Showing 1 changed file with 1 addition and 1 deletion.
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 355446d

Please sign in to comment.