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

修改login 端口

parent 52e1797b
......@@ -33,7 +33,7 @@ spec:
{{- end }}
imagePullPolicy: "{{ .Values.global.imagePullPolicy }}"
ports:
- containerPort: 8080
- containerPort: 80
protocol: TCP
volumeMounts:
- name: localtime
......
......@@ -12,6 +12,6 @@ spec:
services:
- kind: Service
name: usma-login
port: 8080
port: 80
tls:
certResolver: default
......@@ -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
......
......@@ -12,6 +12,6 @@ spec:
- name: usma-ui
protocol: TCP
port: 80
targetPort: 80
targetPort: 8080
selector:
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