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
|
||||
namespace: aprs
|
||||
spec:
|
||||
replicas: 3
|
||||
replicas: 2
|
||||
selector:
|
||||
matchLabels:
|
||||
app: aprs
|
||||
|
|
@ -56,6 +56,8 @@ spec:
|
|||
value: "dallas.aprs2.net"
|
||||
- name: PACKET_RETENTION_DAYS
|
||||
value: "7"
|
||||
- name: POOL_SIZE
|
||||
value: "20"
|
||||
- name: CLUSTER_ENABLED
|
||||
value: "true"
|
||||
- name: RELEASE_NODE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue