EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit a0da57eb authored by Bernhard Mallinger's avatar Bernhard Mallinger
Browse files

Enable trafik subdomain for kibana

parent 636b1721
No related branches found
No related tags found
No related merge requests found
......@@ -22,3 +22,10 @@ services:
deploy:
placement:
constraints: [node.role == manager]
labels:
# router for basic auth based access (https)
- "traefik.http.routers.logging.rule=Host(`kibana.prism.eox.at`)"
- "traefik.http.routers.logging.middlewares=apiauth@file,compress@file"
- "traefik.http.routers.logging.tls=true"
- "traefik.http.routers.logging.tls.certresolver=default"
- "traefik.http.routers.logging.entrypoints=https"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment