optimze config
parent
fb06bb3b5e
commit
739e81e575
|
@ -1,3 +1,9 @@
|
|||
---
|
||||
# configMap
|
||||
# set global max_connections = 5000
|
||||
# set global wait_timeout = 600
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ReplicationController
|
||||
metadata:
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
---
|
||||
# configMap
|
||||
# set global max_connections = 5000
|
||||
# set global wait_timeout = 600
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ReplicationController
|
||||
metadata:
|
||||
|
|
|
@ -97,7 +97,7 @@ spec:
|
|||
image: beaconfireiic/gateway:1.1.0
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 8761
|
||||
containerPort: 9090
|
||||
protocol: TCP
|
||||
env:
|
||||
- name: "LOGGING_LEVEL_ROOT"
|
||||
|
|
Loading…
Reference in New Issue