From af409d7f8645e7b7fc83ceb84001aade82cb4b97 Mon Sep 17 00:00:00 2001 From: liaozan <378024053@qq.com> Date: Fri, 27 Oct 2023 04:53:05 +0800 Subject: [PATCH] Update pod metadata --- k8s-deploy-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s-deploy-template.yaml b/k8s-deploy-template.yaml index 74b1352..1904a22 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -14,7 +14,7 @@ spec: metadata: name: ${APP_NAME} labels: - tracing: "true" + tracing: "on" app: ${APP_NAME} spec: affinity: -- GitLab