🐞 sslip.io: fix key-value store for GCE

We set the number of replicas to 1 so that when you create a key-value
on `ns-gce.sslip.io`, you're sure of retrieving that value later from
`ns-gce.sslip.io`.

Previously it could hit the other replica, which would have a different
key-value store, which would make the value "disappear".
This commit is contained in:
Brian Cunnie
2021-12-04 10:26:40 -08:00
parent bd63421c3f
commit 25ec87feb5

View File

@@ -4,7 +4,7 @@ kind: Deployment
metadata:
name: sslip.io
spec:
replicas: 2
replicas: 1
selector:
matchLabels:
app: sslip.io-dns