From 61b8892ff0aa802e33c40656e27caa6105b48881 Mon Sep 17 00:00:00 2001 From: perf3ct Date: Tue, 10 Oct 2023 15:23:38 -0700 Subject: [PATCH] fix api probe endpoint --- templates/api.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/api.yaml b/templates/api.yaml index 9226a4f..c997a43 100644 --- a/templates/api.yaml +++ b/templates/api.yaml @@ -28,7 +28,7 @@ probes: custom: true spec: httpGet: - path: /api/v1 + path: /api/v1/info port: http initialDelaySeconds: 0 periodSeconds: 10