disable broken jenkins healthcheck

This commit is contained in:
2020-04-02 19:13:37 -04:00
parent 4f5e23817b
commit 24dd9707f9
3 changed files with 47 additions and 12 deletions

View File

@@ -36,19 +36,19 @@ services:
cpus: '2'
memory: 1536M
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/metrics/ejkxeVI-iKLy968ji9AnfYmOHGIh1kYd3gA500JqrRxzTeenT06ynR5Dqo0CQplO/ping"]
interval: 1m30s
timeout: 10s
retries: 3
start_period: 3m
# healthcheck:
# test: ["CMD", "curl", "-f", "http://localhost:8080/metrics/ejkxeVI-iKLy968ji9AnfYmOHGIh1kYd3gA500JqrRxzTeenT06ynR5Dqo0CQplO/ping"]
# interval: 1m30s
# timeout: 10s
# retries: 3
# start_period: 3m
logging:
driver: fluentd
options:
fluentd-address: "logs.xai-corp.net:24224"
fluentd-async-connect: 'true'
tag: jenkins
# logging:
# driver: fluentd
# options:
# fluentd-address: "logs.xai-corp.net:24224"
# fluentd-async-connect: 'true'
# tag: jenkins
networks:
- prod_ui