chore: scale k8s deployment back to 1 replica
Some checks are pending
Elixir CI / Build and test (push) Waiting to run
Elixir CI / Dialyzer (push) Waiting to run
Elixir CI / Build and Push Docker Image (push) Blocked by required conditions

This commit is contained in:
Graham McIntire 2026-08-02 13:42:28 -05:00
parent 8400086dd7
commit 0f50b8aadf
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

@ -4,7 +4,7 @@ metadata:
name: aprs
namespace: aprs
spec:
replicas: 0
replicas: 1
strategy:
type: RollingUpdate
rollingUpdate: