diff --git a/autogpt_platform/infra/helm/autogpt-server/values.dev.yaml b/autogpt_platform/infra/helm/autogpt-server/values.dev.yaml index 1ee26e6c9694..19349017aef4 100644 --- a/autogpt_platform/infra/helm/autogpt-server/values.dev.yaml +++ b/autogpt_platform/infra/helm/autogpt-server/values.dev.yaml @@ -58,7 +58,7 @@ resources: livenessProbe: httpGet: - path: /docs + path: /heath port: 8006 initialDelaySeconds: 30 periodSeconds: 10 @@ -66,7 +66,7 @@ livenessProbe: failureThreshold: 6 readinessProbe: httpGet: - path: /docs + path: /health port: 8006 initialDelaySeconds: 30 periodSeconds: 10 diff --git a/autogpt_platform/infra/helm/autogpt-server/values.prod.yaml b/autogpt_platform/infra/helm/autogpt-server/values.prod.yaml index 46c9cd64118e..0e73afa33175 100644 --- a/autogpt_platform/infra/helm/autogpt-server/values.prod.yaml +++ b/autogpt_platform/infra/helm/autogpt-server/values.prod.yaml @@ -72,7 +72,7 @@ cors: livenessProbe: httpGet: - path: /docs + path: /heath port: 8006 initialDelaySeconds: 30 periodSeconds: 10 @@ -80,7 +80,7 @@ livenessProbe: failureThreshold: 6 readinessProbe: httpGet: - path: /docs + path: /heath port: 8006 initialDelaySeconds: 30 periodSeconds: 10