From 3a34f4dd5dfae8f09854527f9b781f45d8ed8ff3 Mon Sep 17 00:00:00 2001 From: ZhenYi <434836402@qq.com> Date: Thu, 21 Nov 2024 16:46:28 +0800 Subject: [PATCH] :wheel_of_dharma: remove endpoints --- chart/templates/service.yaml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/chart/templates/service.yaml b/chart/templates/service.yaml index e16e1a5..051b124 100644 --- a/chart/templates/service.yaml +++ b/chart/templates/service.yaml @@ -12,18 +12,4 @@ spec: ports: - protocol: TCP port: 80 - targetPort: 80 - ---- -apiVersion: v1 -kind: Endpoints -metadata: - name: gitdata-rust - namespace: gitdata -subsets: - - addresses: - - ip: 10.210.1.150 - - ip: 10.210.1.151 - - ip: 10.210.1.152 - ports: - - port: 80 \ No newline at end of file + targetPort: 80 \ No newline at end of file