chore: scale k8s deployment to 0 replicas
Some checks failed
Elixir CI / Build and test (push) Has been cancelled
Elixir CI / Dialyzer (push) Has been cancelled
Elixir CI / Build and Push Docker Image (push) Has been cancelled

This commit is contained in:
Graham McIntire 2026-07-30 08:26:53 -05:00
parent 2f09b590e2
commit 5e14bb3ff4

View file

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