Skip to content

Conversation

@spbolton
Copy link
Contributor

Description

Standardize management endpoint paths to use consistent /dotmgt prefix across all probe configurations. This fixes inconsistent endpoint naming that was using both /dotmgmt and /dotmgt prefixes throughout the chart.

Key Changes:

  • Fix startup probe path: /dotmgmt/readyz → /dotmgt/readyz
  • Fix liveness probe path: /dotmgmt/livez → /dotmgt/livez
  • Fix readiness probe path: /dotmgmt/readyz → /dotmgt/readyz
  • Update corresponding documentation and default comments
  • Prometheus metrics path already correct at /dotmgt/metrics

Testing:

  • Validated template parsing with corrected endpoint paths
  • Confirmed all probe configurations use consistent /dotmgt prefix
  • Verified ALB health checks point to correct management endpoints

Changes

  • [List the main changes made]

Testing

  • [Describe testing approach]

Closes #68

Issue: Fix inconsistent management endpoint paths from do

- Fix probe paths in values.yaml to use correct /dotmgt endpoints
- Startup, liveness, and readiness probes now use correct paths
- ALB health checks now point to /dotmgt/readyz
- Prometheus metrics path already correct at /dotmgt/metrics
@spbolton spbolton linked an issue Aug 27, 2025 that may be closed by this pull request
1 task
@spbolton spbolton marked this pull request as ready for review August 27, 2025 19:13
@spbolton spbolton enabled auto-merge (squash) August 27, 2025 19:13
@spbolton spbolton merged commit 8738325 into main Aug 27, 2025
3 checks passed
@spbolton spbolton deleted the issue-68-fix-inconsistent-management-endpoint-paths-from branch August 27, 2025 19:38
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.

Fix inconsistent management endpoint paths from /dotmgmt to /dotmgt

2 participants