Commit ff7360aa authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Corrige detalles de despliegue e info

Actualiza readme para recordar la transición.

Corrige ruta de volumen, la anterior no ha sido mezclada a rama estable.

Reduce salida de chequeo de salud.
parent 778e83db
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
# Kafka manager
# CMAK

Kafka manager is a tool for managing Apache Kafka clusters.
Deployment for CMAK (previously known as Kafka Manager), a tool for managing Apache Kafka clusters.
+2 −2
Original line number Diff line number Diff line
@@ -16,9 +16,9 @@ services:
      kafka-net:
      traefik-net:
    volumes:
      - conf-vol:/cmak/conf
      - conf-vol:/kafka-manager/conf
    healthcheck:
      test: wget --spider -S -t 1 http://localhost:${HTTP_PORT}/api/health
      test: wget --spider -nv -t 1 http://localhost:${HTTP_PORT}/api/health
      interval: ${HEALTHCHECK_INTERVAL:-30s}
      timeout: ${HEALTHCHECK_TIMEOUT:-10s}
      retries: ${HEALTHCHECK_RETRIES:-3}