From 66d47f51ffaa4d9b9056e0ad381b9a4e7655d311 Mon Sep 17 00:00:00 2001 From: liaozan <378024053@qq.com> Date: Sun, 29 Oct 2023 15:55:58 +0800 Subject: [PATCH] Update pod metadata --- k8s-deploy-template.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/k8s-deploy-template.yaml b/k8s-deploy-template.yaml index 1904a22..dd97cc0 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -13,8 +13,9 @@ spec: template: metadata: name: ${APP_NAME} - labels: + annotations: tracing: "on" + labels: app: ${APP_NAME} spec: affinity: -- GitLab