Multiple replicas not updated #7765
Replies: 1 comment
-
Same as #7075 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently redeployed Wiki.JS using an external CNPG Postgres database instead of relying on built-in PG instance. I also increased the number of replicas from 1 to 3. Upon testing, I noticed that I'm being served three different versions of the homepage after I edited it a few times. This happens consistently and doesn't go away with time - it's K8S ingress doing its thing, performing round-robin logic between 3 wiki pods. Is this expected and if not, how I'm supposed to fix it - beyond pod restart? Database host is set to the -rw postgres URL.
Beta Was this translation helpful? Give feedback.
All reactions