Commit 1907de54 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Elimina chequeo de salud, no existe shell

parent 816f41ce
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -15,12 +15,6 @@ services:
    networks:
      - postgres-net
      - metric-net
    healthcheck:
      test: wget --spider -q http://localhost${PG_EXPORTER_WEB_LISTEN_ADDRESS}
      interval: 30s
      timeout: 10s
      retries: 3
      start_period: 1m
    deploy:
      mode: replicated
      replicas: 1