diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index cb47d57..649a878 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -4,7 +4,7 @@ metadata: name: aprs namespace: aprs spec: - replicas: 2 + replicas: 1 strategy: type: RollingUpdate rollingUpdate: @@ -146,6 +146,11 @@ spec: secretKeyRef: name: aprs-secrets key: SECRET_KEY_BASE + - name: RESEND_API_KEY + valueFrom: + secretKeyRef: + name: aprs-secrets + key: RESEND_API_KEY envFrom: - secretRef: name: aprs-db