diff --git a/templates/usma-login/ui/deployment.yaml b/templates/usma-login/ui/deployment.yaml index e8ff8a35dc14fb3d2932cf86d1b8ec75899c5ee4..16ecabd6e40719bec29d1cad632f0e6182265a59 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 97227c57c5bd555523a7739220969deaffde1f2e..6052688c0d44ed6af5e53d01d9e3bb962d31544f 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 1e9c710b28f4503fa9231956f712774c85fcb2fd..0a89e745bdb7dd39d036cb9d7ba42e88a1912a15 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 893c9020261ced809c084ccd26113ba60bae091d..17815a23bfc899a9472cb3c3e34fb135aad27cf7 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