From 5ca6f3d0694cd44a158c4bd21e6e8bf8aa680c7b Mon Sep 17 00:00:00 2001 From: Oscar Beaumont Date: Wed, 4 Aug 2021 17:37:41 +0800 Subject: [PATCH] fix: added warning about multiple replicas --- kubernetes/plausible.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/kubernetes/plausible.yaml b/kubernetes/plausible.yaml index ee64722..994006f 100644 --- a/kubernetes/plausible.yaml +++ b/kubernetes/plausible.yaml @@ -24,6 +24,7 @@ metadata: app.kubernetes.io/name: plausible app.kubernetes.io/component: server spec: + # Plausible is not currently designed to run in a clustered scenario. Increasing the replicas of this deployment is highly NOT recommended! replicas: 1 selector: matchLabels: