mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-06 16:18:00 +08:00
🐞 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:
@@ -4,7 +4,7 @@ kind: Deployment
|
||||
metadata:
|
||||
name: sslip.io
|
||||
spec:
|
||||
replicas: 2
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: sslip.io-dns
|
||||
|
Reference in New Issue
Block a user