From 072936ce038fcef053eadbdcc075cba0d3b6d983 Mon Sep 17 00:00:00 2001 From: panxiao81 Date: Fri, 25 Sep 2026 17:46:49 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=20Backstage=20?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E6=A8=A1=E5=BC=8F=E4=B8=8E=E5=81=A5?= =?UTF-8?q?=E5=BA=B7=E6=8E=A2=E9=92=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/backstage/deployment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/backstage/deployment.yaml b/apps/backstage/deployment.yaml index 679fb96..e081918 100644 --- a/apps/backstage/deployment.yaml +++ b/apps/backstage/deployment.yaml @@ -25,7 +25,7 @@ spec: type: RuntimeDefault containers: - name: backstage - image: zot.ad.ddupan.top/panxiao81/backstage@sha256:6d6a11f8611a85237e3b0ffd30a2a6e119b1e5258b2ca6c193d60a8c3ec52553 + image: zot.ad.ddupan.top/panxiao81/backstage@sha256:97ebaf4b1086bff2e70ddc4a02e90c95d347db0803becec388c781e463d40b97 imagePullPolicy: IfNotPresent env: - name: BACKSTAGE_BASE_URL @@ -51,14 +51,14 @@ spec: protocol: TCP readinessProbe: httpGet: - path: /healthcheck + path: /.backstage/health/v1/readiness port: http initialDelaySeconds: 10 periodSeconds: 10 timeoutSeconds: 3 livenessProbe: httpGet: - path: /healthcheck + path: /.backstage/health/v1/liveness port: http initialDelaySeconds: 30 periodSeconds: 20