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