EOX GitLab Instance

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

Enable trafik subdomain for kibana

parent a80839d3
No related branches found
No related tags found
1 merge request!17Resolve "Integrate ELK stack with Fluentd"
......@@ -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