From 0d63adcd296f00d65d0bd0bcf8a5c869c01d6a6a Mon Sep 17 00:00:00 2001 From: liaozan <378024053@qq.com> Date: Fri, 27 Oct 2023 04:43:21 +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 662bef8..74b1352 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -5,7 +5,6 @@ metadata: namespace: ${NAMESPACE} labels: app: ${APP_NAME} - tracing: "on" spec: replicas: ${REPLICAS} selector: @@ -15,6 +14,7 @@ spec: metadata: name: ${APP_NAME} labels: + tracing: "true" app: ${APP_NAME} spec: affinity: -- GitLab