From 3f346ad199ed77803dee49952dc2f6bcd1ca35f7 Mon Sep 17 00:00:00 2001 From: William P Date: Sun, 13 Apr 2025 22:12:38 -0400 Subject: [PATCH] dubyatp.xyz: change svc to reflect new targetport --- dubyatp-xyz/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dubyatp-xyz/service.yaml b/dubyatp-xyz/service.yaml index eaef446..95fdb4b 100644 --- a/dubyatp-xyz/service.yaml +++ b/dubyatp-xyz/service.yaml @@ -7,5 +7,5 @@ spec: app: dubyatp-xyz ports: - port: 80 - targetPort: 80 + targetPort: 3000 type: ClusterIP