diff --git a/clusters/aprs/aprs-deployment.yaml b/clusters/aprs/aprs-deployment.yaml index 53d1705..04d0cc5 100644 --- a/clusters/aprs/aprs-deployment.yaml +++ b/clusters/aprs/aprs-deployment.yaml @@ -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