diff --git a/deploy/auth-postman-config.yaml b/deploy/auth-postman-config.yaml index 93344fa..17b61a3 100644 --- a/deploy/auth-postman-config.yaml +++ b/deploy/auth-postman-config.yaml @@ -9,3 +9,5 @@ data: SMTP_PASSWORD: "hwNhMgPyBzMjwCj3hFPp" KAFKA_HOST: "37.143.12.169" KAFKA_PORT: "9092" + CHAT_ID: "150697696" + CHAT_TOKEN: "5960577375:AAEZYPZV4-ErxQbX6yP084pIzCB0BPxN7ig" diff --git a/deploy/auth-postman-deployment.yaml b/deploy/auth-postman-deployment.yaml index bbff27e..4b9764f 100644 --- a/deploy/auth-postman-deployment.yaml +++ b/deploy/auth-postman-deployment.yaml @@ -5,7 +5,7 @@ metadata: labels: app: auth-postman-application spec: - replicas: 3 + replicas: 1 selector: matchLabels: app: auth-postman-application