Commit 00628789 authored by 徐泽意's avatar 徐泽意

修改login 端口

parent 52e1797b
...@@ -33,7 +33,7 @@ spec: ...@@ -33,7 +33,7 @@ spec:
{{- end }} {{- end }}
imagePullPolicy: "{{ .Values.global.imagePullPolicy }}" imagePullPolicy: "{{ .Values.global.imagePullPolicy }}"
ports: ports:
- containerPort: 8080 - containerPort: 80
protocol: TCP protocol: TCP
volumeMounts: volumeMounts:
- name: localtime - name: localtime
......
...@@ -12,6 +12,6 @@ spec: ...@@ -12,6 +12,6 @@ spec:
services: services:
- kind: Service - kind: Service
name: usma-login name: usma-login
port: 8080 port: 80
tls: tls:
certResolver: default certResolver: default
...@@ -11,8 +11,8 @@ spec: ...@@ -11,8 +11,8 @@ spec:
ports: ports:
- name: usma-login - name: usma-login
protocol: TCP protocol: TCP
port: 8080 port: 80
targetPort: 8080 targetPort: 80
selector: selector:
app: usma-login app: usma-login
type: ClusterIP type: ClusterIP
......
...@@ -12,6 +12,6 @@ spec: ...@@ -12,6 +12,6 @@ spec:
- name: usma-ui - name: usma-ui
protocol: TCP protocol: TCP
port: 80 port: 80
targetPort: 80 targetPort: 8080
selector: selector:
app: usma-ui app: usma-ui
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment