Add scheme key

Change-Id: Ia3e1f42e4d74877785b90ba290a3f1872d6bc659
This commit is contained in:
Proskurin Kirill 2017-02-15 15:21:45 +00:00
parent a760305ede
commit 05282a410d
1 changed files with 2 additions and 0 deletions

View File

@ -52,12 +52,14 @@ service:
type: "httpGet"
port: 8080
timeout: 5
scheme: "http"
liveness:
path: "/liveness"
type: "httpGet"
port: 8080
timeout: 5
initialDelay: 60
scheme: "http"
volumes:
- name: mysql-logs
path: "/var/log/ccp/mysql"