Set static health-check-port to 8086 in application.yml for consistent configuration.
Some checks are pending
Desktop CI — Headless Tests & Build / Compose Desktop — Tests (headless) & Build (push) Waiting to run
Build and Publish Docker Images / build-and-push (., backend/infrastructure/gateway/Dockerfile, api-gateway, api-gateway) (push) Waiting to run
Build and Publish Docker Images / build-and-push (., backend/services/ping/Dockerfile, ping-service, ping-service) (push) Waiting to run
Build and Publish Docker Images / build-and-push (., config/docker/caddy/web-app/Dockerfile, web-app, web-app) (push) Waiting to run
Build and Publish Docker Images / build-and-push (., config/docker/keycloak/Dockerfile, keycloak, keycloak) (push) Waiting to run

This commit is contained in:
Stefan Mogeritsch 2026-04-13 23:30:34 +02:00
parent bef09791ae
commit 7e3a5aa49e

View File

@ -22,7 +22,7 @@ spring:
prefer-ip-address: true # Nutze IP im Docker-Netzwerk
health-check-path: /actuator/health
health-check-interval: 10s
health-check-port: ${SERVER_PORT:8086} #8086 # Spring Boot Port (Tomcat), NICHT Ktor (8091)
health-check-port: 8086 #8086 # Spring Boot Port (Tomcat), NICHT Ktor (8091)
instance-id: ${spring.application.name}:${server.port}:${random.uuid}
service-name: ${spring.application.name}
port: ${masterdata.http.port} # Ktor API Port registrieren