cmd/gerritbot: update run command in deployment config

Change-Id: Ib0c0f93ad9712025409226a5dfda097f4f4946b1
Reviewed-on: https://go-review.googlesource.com/c/build/+/176042
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Andrew Bonventre 2019-05-08 18:22:40 -04:00
Родитель 9a1c61c8f0
Коммит 23aab5786d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -16,7 +16,7 @@ spec:
- name: gerritbot
image: gcr.io/symbolic-datum-552/gerritbot:latest
imagePullPolicy: Always
command: ["/tini", "--", "/gerritbot", "-listen=:80", "-autocert-bucket=golang-gerritbot-autocert", "-gitcookies-file=/gitcookies"]
command: ["/sbin/tini", "--", "/gerritbot", "-listen=:80", "-autocert-bucket=golang-gerritbot-autocert", "-gitcookies-file=/gitcookies"]
ports:
- containerPort: 80
- containerPort: 443