update config-server port 8888
parent
effe7984cb
commit
8b10879841
|
@ -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
|
Loading…
Reference in New Issue