diff --git a/values.yaml b/values.yaml index 771c680..7123760 100644 --- a/values.yaml +++ b/values.yaml @@ -67,7 +67,7 @@ lions-app: liveness: enabled: true httpGet: - path: /health/live + path: /q/health/live port: 8080 initialDelaySeconds: 60 periodSeconds: 30 @@ -76,7 +76,7 @@ lions-app: readiness: enabled: true httpGet: - path: /health/ready + path: /q/health/ready port: 8080 initialDelaySeconds: 30 periodSeconds: 10