From d3bba1219ebd40f7b1037c136d721b6f2c4ea923 Mon Sep 17 00:00:00 2001 From: celebrateyang Date: Tue, 1 Oct 2024 10:35:21 +0800 Subject: [PATCH] change service port to 80 --- cobalt-chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cobalt-chart/values.yaml b/cobalt-chart/values.yaml index 1ad9f7c1..d6478de7 100644 --- a/cobalt-chart/values.yaml +++ b/cobalt-chart/values.yaml @@ -30,7 +30,7 @@ securityContext: {} service: type: ClusterIP - port: 9000 + port: 80 targetPort: 9000 ingress: