mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-07 00:23:44 +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:
|
metadata:
|
||||||
name: sslip.io
|
name: sslip.io
|
||||||
spec:
|
spec:
|
||||||
replicas: 2
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: sslip.io-dns
|
app: sslip.io-dns
|
||||||
|
Reference in New Issue
Block a user