From 0062878921decae654eb50520b8896996a8aac7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B3=BD=E6=84=8F?= Date: Thu, 20 Feb 2025 17:02:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9login=20=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/usma-login/ui/deployment.yaml | 2 +- templates/usma-login/ui/ingressroute.yaml | 2 +- templates/usma-login/ui/service.yaml | 4 ++-- templates/usma-ui/service.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/usma-login/ui/deployment.yaml b/templates/usma-login/ui/deployment.yaml index e8ff8a3..16ecabd 100644 --- a/templates/usma-login/ui/deployment.yaml +++ b/templates/usma-login/ui/deployment.yaml @@ -33,7 +33,7 @@ spec: {{- end }} imagePullPolicy: "{{ .Values.global.imagePullPolicy }}" ports: - - containerPort: 8080 + - containerPort: 80 protocol: TCP volumeMounts: - name: localtime diff --git a/templates/usma-login/ui/ingressroute.yaml b/templates/usma-login/ui/ingressroute.yaml index 97227c5..6052688 100644 --- a/templates/usma-login/ui/ingressroute.yaml +++ b/templates/usma-login/ui/ingressroute.yaml @@ -12,6 +12,6 @@ spec: services: - kind: Service name: usma-login - port: 8080 + port: 80 tls: certResolver: default diff --git a/templates/usma-login/ui/service.yaml b/templates/usma-login/ui/service.yaml index 1e9c710..0a89e74 100644 --- a/templates/usma-login/ui/service.yaml +++ b/templates/usma-login/ui/service.yaml @@ -11,8 +11,8 @@ spec: ports: - name: usma-login protocol: TCP - port: 8080 - targetPort: 8080 + port: 80 + targetPort: 80 selector: app: usma-login type: ClusterIP diff --git a/templates/usma-ui/service.yaml b/templates/usma-ui/service.yaml index 893c902..17815a2 100644 --- a/templates/usma-ui/service.yaml +++ b/templates/usma-ui/service.yaml @@ -12,6 +12,6 @@ spec: - name: usma-ui protocol: TCP port: 80 - targetPort: 80 + targetPort: 8080 selector: app: usma-ui -- 2.26.0