Reduce replicas to 2 and pool size to 20
This commit is contained in:
parent
8bcd37062c
commit
7c1f243bfc
1 changed files with 3 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ metadata:
|
||||||
name: aprs
|
name: aprs
|
||||||
namespace: aprs
|
namespace: aprs
|
||||||
spec:
|
spec:
|
||||||
replicas: 3
|
replicas: 2
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: aprs
|
app: aprs
|
||||||
|
|
@ -56,6 +56,8 @@ spec:
|
||||||
value: "dallas.aprs2.net"
|
value: "dallas.aprs2.net"
|
||||||
- name: PACKET_RETENTION_DAYS
|
- name: PACKET_RETENTION_DAYS
|
||||||
value: "7"
|
value: "7"
|
||||||
|
- name: POOL_SIZE
|
||||||
|
value: "20"
|
||||||
- name: CLUSTER_ENABLED
|
- name: CLUSTER_ENABLED
|
||||||
value: "true"
|
value: "true"
|
||||||
- name: RELEASE_NODE
|
- name: RELEASE_NODE
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue