From 4ddfae09db767affd8046836496d48cf4bd4fded Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Sat, 20 Jul 2024 16:48:34 +1000 Subject: [PATCH] fix service port target --- infrastructures/renovate/base/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructures/renovate/base/service.yaml b/infrastructures/renovate/base/service.yaml index 373c039..fc66651 100644 --- a/infrastructures/renovate/base/service.yaml +++ b/infrastructures/renovate/base/service.yaml @@ -9,7 +9,7 @@ spec: type: ClusterIP ports: - port: 8899 - targetPort: http + targetPort: 8080 protocol: TCP name: http selector: