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