Reduce replicas to 2 and pool size to 20

This commit is contained in:
Graham McIntire 2025-07-25 11:41:23 -05:00
parent 8bcd37062c
commit 7c1f243bfc
No known key found for this signature in database

View file

@ -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