Commit 92f0faae authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Aumenta límites y mapea puertos JMX de Kafka

parent 0a3414a6
Loading
Loading
Loading
Loading
+11 −2
Original line number Diff line number Diff line
@@ -14,9 +14,9 @@ x-dev-deploy:
  resources:
    limits:
      cpus: '1'
      memory: 1G
      memory: 3G
    reservations:
      memory: 820M
      memory: 2458M

services:
  kf-1:
@@ -27,6 +27,9 @@ services:
      - target: ${KF_PORT}
        published: 1${KF_PORT}
        mode: host
      - target: 9997
        published: 9997
        mode: host
    deploy: *dev-deploy

  kf-2:
@@ -37,6 +40,9 @@ services:
      - target: ${KF_PORT}
        published: 2${KF_PORT}
        mode: host
      - target: 9998
        published: 9998
        mode: host
    deploy: *dev-deploy

  kf-3:
@@ -47,6 +53,9 @@ services:
      - target: ${KF_PORT}
        published: 3${KF_PORT}
        mode: host
      - target: 9999
        published: 9999
        mode: host
    deploy: *dev-deploy

volumes: