Skip to content

feat: broken test PR#49

Open
DanySK wants to merge 2 commits into
ToRenameTeam:renovate/nginx-1.xfrom
DanySK:patch-1
Open

feat: broken test PR#49
DanySK wants to merge 2 commits into
ToRenameTeam:renovate/nginx-1.xfrom
DanySK:patch-1

Conversation

@DanySK
Copy link
Copy Markdown

@DanySK DanySK commented Apr 16, 2026

No description provided.

Copilot AI review requested due to automatic review settings April 16, 2026 15:51
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the NGINX API gateway container healthcheck configuration.

Changes:

  • Changed the api-gateway healthcheck URL from /health to /plutopaperino.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

restart: unless-stopped
healthcheck:
test: ['CMD', 'wget', '-q', '-O', '/dev/null', 'http://localhost/health']
test: ['CMD', 'wget', '-q', '-O', '/dev/null', 'http://localhost/plutopaperino']
Copy link

Copilot AI Apr 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The NGINX container healthcheck now calls http://localhost/plutopaperino, but the bundled nginx.conf only exposes a location = /health endpoint. This will cause the container to remain unhealthy (and any depends_on: condition: service_healthy chains to fail). Update the healthcheck URL back to /health (or add a matching location in nginx.conf if the endpoint is intentionally changing).

Suggested change
test: ['CMD', 'wget', '-q', '-O', '/dev/null', 'http://localhost/plutopaperino']
test: ['CMD', 'wget', '-q', '-O', '/dev/null', 'http://localhost/health']

Copilot uses AI. Check for mistakes.
@renovate renovate Bot force-pushed the renovate/nginx-1.x branch from 60812e1 to 76c37b5 Compare May 14, 2026 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants