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