infra/old/cluster/aprs/aprs-configmap.yaml

20 lines
No EOL
413 B
YAML

---
apiVersion: v1
kind: ConfigMap
metadata:
name: aprs-config
namespace: aprs
data:
# APRS-IS Connection Configuration
APRS_CALLSIGN: "W5ISP-1"
APRS_SERVER: "204.110.191.232"
APRS_PORT: "10152"
APRS_FILTER: "r/33/-96/1000000000000"
APRS_PASSCODE: "15748"
# Application Configuration
PACKET_RETENTION_DAYS: "7"
CLUSTER_ENABLED: "true"
PHX_SERVER: "true"
PORT: "4000"
POOL_SIZE: "10"