From ad8efd78287333fcf9a8283bac3ad1a24c9f837a Mon Sep 17 00:00:00 2001 From: ange Date: Fri, 23 May 2025 04:47:13 +0000 Subject: [PATCH] fix: nginx default port --- manifests/common/app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/common/app.yaml b/manifests/common/app.yaml index babf91c..1dbf468 100644 --- a/manifests/common/app.yaml +++ b/manifests/common/app.yaml @@ -59,7 +59,7 @@ spec: imagePullPolicy: Always ports: - name: http - containerPort: 3000 + containerPort: 80 volumeMounts: - name: conf mountPath: /etc/nginx/conf.d/