Commit b9db24c7 authored by Noel Alonso's avatar Noel Alonso
Browse files

Redirige ruta base a /kadmin

parent 2ffaf33e
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -29,12 +29,11 @@ services:
      replicas: 1
      labels:
        traefik.frontend.auth.basic.users: ${UI_AUTH}
        traefik.frontend.rule: Host:kadmin.${PUBLIC_HOSTNAME}
        traefik.frontend.rule: Host:kadmin.${PUBLIC_HOSTNAME};ReplacePathRegex:^/$$ /kadmin/
        traefik.backend: kadmin
        traefik.port: "${KADMIN_PORT}"
        traefik.port: '${KADMIN_PORT}'
      restart_policy:
        delay: 30s
        window: 2m
      resources:
        limits:
          cpus: '0.5'