update config-server port 8888

main
ycz008 2023-07-14 16:05:17 +08:00
parent effe7984cb
commit 8b10879841
1 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ metadata:
data:
application.yml: |
server:
port: 8080
port: 8888
spring:
cloud:
config:
@ -62,13 +62,13 @@ spec:
imagePullPolicy: Always
ports:
- name: http
containerPort: 8080
containerPort: 8888
protocol: TCP
env:
- name: "LOGGING_LEVEL_ROOT"
value: "info"
- name: "SERVER_PORT"
value: "8080"
value: "8888"
- name: "LOG_APP-NAME"
value: "config-server"
volumeMounts:
@ -101,7 +101,7 @@ spec:
ports:
- name: http
protocol: TCP
port: 8080
port: 8888
targetPort: http
selector:
app: config-server
app: config-server