From 60f5e4c7218984d081cadfc3e3f87f6a612d4c1e Mon Sep 17 00:00:00 2001 From: fumingwei Date: Mon, 15 May 2023 12:14:46 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=E4=BF=AE=E5=A4=8D=E6=98=A0=E5=B0=84shap?= =?UTF-8?q?ing=20port=E5=A4=B1=E8=B4=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/roles/traffic-engine/files/helm/templates/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/traffic-engine/files/helm/templates/service.yaml b/ansible/roles/traffic-engine/files/helm/templates/service.yaml index caf71710..0c7f56de 100644 --- a/ansible/roles/traffic-engine/files/helm/templates/service.yaml +++ b/ansible/roles/traffic-engine/files/helm/templates/service.yaml @@ -15,5 +15,5 @@ spec: port: 8552 targetPort: 8552 selector: - app: traffic-engine-{{ .Release.Name }} + app: {{ .Release.Name }}-shaping type: NodePort