This commit is contained in:
孙小云 2025-06-05 14:15:11 +08:00
parent 071f45477f
commit 4feabe515a
2 changed files with 7 additions and 4 deletions

View File

@ -402,4 +402,10 @@ if [ -z "${DSP_PORTAL_REMOTE_JAR}" ]; then
else
echo "环境变量 DSP_PORTAL_REMOTE_JAR 已设置,设置为 ${DSP_PORTAL_REMOTE_JAR}"
fi
export DSP_PORTAL_MEMORY=512m
export DSP_PORTAL_MEMORY=512m
# Kafka UI 配置
export KAFKA_UI_PORT=8080
export KAFKA_UI_NAME=KAFKA_UI_${DOMAIN}
export KAFKA_UI_IMAGE=registry.t-aaron.com/tuoheng/provectuslabs/kafka-ui:latest
export KAFKA_UI_MEMORY=512m

View File

@ -2,8 +2,5 @@ upstream gatewayService {
server ${GATEWAY_NAME}:7011;
}
upstream airportService {
server ${AIRPORT_NAME}:9060;
}