Skip to content

Commit

Permalink
fix: api/v1/ returns 404 while api/v1 doesn't
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Apr 24, 2024
1 parent a8cc2f6 commit 972bf1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions por/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ global:
podAnnotations:
livenessProbe:
enabled: true
path: /api/v1/
path: /api/v1
initialDelaySeconds: 10
periodSeconds: 5
timeoutSeconds: 5
successThreshold: 1
failureThreshold: 5
readinessProbe:
enabled: true
path: /api/v1/
path: /api/v1
initialDelaySeconds: 10
periodSeconds: 5
timeoutSeconds: 1
Expand Down

0 comments on commit 972bf1f

Please sign in to comment.