From 1d9195389197fb480e6262d107533171d2f9eb59 Mon Sep 17 00:00:00 2001 From: wkmor1 Date: Wed, 10 Jul 2024 10:00:52 +0300 Subject: [PATCH] Fix pod selector --- template.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/template.yml b/template.yml index 5c4640fd..1d87d037 100644 --- a/template.yml +++ b/template.yml @@ -136,6 +136,7 @@ objects: labels: app: ${APP} branch: ${BRANCH} + port: ${APP_PORT} spec: containers: - image: ghcr.io/luomus/${APP}:${BRANCH} @@ -427,7 +428,7 @@ objects: name: ${APP}-${BRANCH} key: job_secret - name: APP_HOSTNAME - value: ${APP}-${BRANCH}.${APP}.svc.cluster.local + value: ${APP}-${BRANCH} - name: APP_PORT value: ${APP_PORT} - name: BRANCH