Created
March 13, 2019 10:26
-
-
Save yankcrime/27ed1280d53976be4ce17f0f281d83ea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "/marathon-lb-kubernetes-cluster", | |
"instances": 1, | |
"cpus": 0.001, | |
"mem": 16, | |
"cmd": "tail -F /dev/null", | |
"container": { | |
"type": "MESOS" | |
}, | |
"portDefinitions": [ | |
{ | |
"protocol": "tcp", | |
"port": 0 | |
} | |
], | |
"labels": { | |
"HAPROXY_GROUP": "external", | |
"HAPROXY_0_MODE": "http", | |
"HAPROXY_0_PORT": "6443", | |
"HAPROXY_0_SSL_CERT": "/etc/ssl/cert.pem", | |
"HAPROXY_0_BACKEND_SERVER_OPTIONS": " timeout connect 10s\n timeout client 86400s\n timeout server 86400s\n timeout tunnel 86400s\n server kubernetescluster apiserver.kubernetes-cluster.l4lb.thisdcos.directory:6443 ssl verify none\n" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment