Commit 8738325
authored
## 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
1 parent 6ac563c commit 8738325
2 files changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
486 | 486 | | |
487 | 487 | | |
488 | 488 | | |
489 | | - | |
490 | | - | |
| 489 | + | |
| 490 | + | |
491 | 491 | | |
492 | 492 | | |
493 | 493 | | |
| |||
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
514 | | - | |
515 | | - | |
| 514 | + | |
| 515 | + | |
516 | 516 | | |
517 | 517 | | |
518 | 518 | | |
| |||
536 | 536 | | |
537 | 537 | | |
538 | 538 | | |
539 | | - | |
540 | | - | |
| 539 | + | |
| 540 | + | |
541 | 541 | | |
542 | 542 | | |
543 | 543 | | |
| |||
0 commit comments