Jocelyn Demoy

Results 15 comments of Jocelyn Demoy

On marathon looks like container port must be bound to the same host port, if you leave host port to 0 in marathon app definition (allowing marathon to pick a...

For info it turns out marathon add automatically PORT as var env in the container of the HOST port. Since vault-ui consider this value for an override of default value,...

Hello I am facing the same problem, we have the use case of a websocket authorizer that should work for both web client using Cookie header and 3rd party app...

Try with sudo, worked for me

@calexandre I tested with terraform 1.0.5 and kubectl 1.11.3 on a fresh project and I don't reproduce this module issue. ``` data "kubectl_path_documents" "nginx_manifests" { pattern = "${path.module}/templates/deploy_nginx.yaml" vars =...

Ok @calexandre thanks for the clarification, it's a bit scary. Thanks also for providing an elegant hack to mitigate the issue.

Hi all, what's the purpose of keepAliveInitialDelayMillis ?

Mantl stack use traefic, could be nice to have traefic support also.

Using per task template as label is not a tweak IMHO. You keep the marathon-lb template and update it just for this specific task when creating the app in marathon.....

You could use HAPROXY_HTTP_FRONTEND_ACL_ONLY. Doing so, VHOST does not represent an actual HOST but a content-type value. It's a tradeoff between what you can do to make it work and...