update sslproxy deployment to include health check and Jenkinsfile that builds docker image
fixed metrics.xai-corp.net host file
This commit is contained in:
@@ -19,6 +19,13 @@ services:
|
||||
- "443:443"
|
||||
- "80:80" # required for letsencrypt
|
||||
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "--spider", "--header", "'Host: git.xai-corp.net'", "https://localhost/"]
|
||||
interval: 1m30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 3m
|
||||
|
||||
logging:
|
||||
driver: fluentd
|
||||
options:
|
||||
|
||||
Reference in New Issue
Block a user