fix: hubudmin internal port
All checks were successful
Deploy / CreateImage (push) Successful in 2m50s
Deploy / ValidateConfig (push) Successful in 26s
Deploy / MigrateDatabase (push) Successful in 44s
Deploy / DeployService (push) Successful in 24s

This commit is contained in:
skeris 2025-06-07 15:24:09 +03:00
parent 55f4f6f5b6
commit 9284add98e

@ -4,7 +4,7 @@ CLIENT_HTTP_URL="0.0.0.0:1488"
GRPC_URL="0.0.0.0:9000" GRPC_URL="0.0.0.0:9000"
POSTGRES_URL="host=10.7.0.10 port=5432 user=squiz password=Redalert2 dbname=squiz sslmode=disable" POSTGRES_URL="host=10.7.0.10 port=5432 user=squiz password=Redalert2 dbname=squiz sslmode=disable"
CLICKHOUSE_URL="clickhouse://10.7.0.5:9000/default?sslmode=disable" CLICKHOUSE_URL="clickhouse://10.7.0.5:9000/default?sslmode=disable"
HUBADMIN_MICROSERVICE_URL="http://10.7.0.6:59303" HUBADMIN_MICROSERVICE_URL="http://10.7.0.6:59304"
AUTH_MICROSERVICE_URL="http://10.7.0.6:59300/user" AUTH_MICROSERVICE_URL="http://10.7.0.6:59300/user"
KAFKA_BROKERS="10.7.0.6:9092" KAFKA_BROKERS="10.7.0.6:9092"
KAFKA_TOPIC="mailnotifier" KAFKA_TOPIC="mailnotifier"