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

更新相关配置

parent ce89e8a9
......@@ -9,11 +9,8 @@ metadata:
versoin: {{ .Values.usmaApi.image.tag }}
spec:
ports:
- name: "usma-api"
protocol: "TCP"
- name: usma-api
port: 80
targetPort: 8080
selector:
app: usma-api
\ No newline at end of file
type: ClusterIP
sessionAffinity: None
......@@ -33,7 +33,7 @@ spec:
{{- end }}
imagePullPolicy: "{{ .Values.global.imagePullPolicy }}"
ports:
- containerPort: 80
- containerPort: 8080
protocol: TCP
volumeMounts:
- name: localtime
......
......@@ -12,6 +12,6 @@ spec:
services:
- kind: Service
name: usma-login
port: 80
port: 8080
tls:
certResolver: default
......@@ -5,13 +5,13 @@ metadata:
namespace: {{ .Release.Namespace }}
labels:
{{ include "usma-login.labels" . | indent 4 }}
app: auto-ui
app: usma-login
versoin: {{ .Values.usmaLogin.image.tag }}
spec:
ports:
- name: usma-login
protocol: TCP
port: 80
port: 8080
targetPort: 8080
selector:
app: usma-login
......
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