Update statefulset.yaml
authorJeroen van der Heijden <jeroen@transceptor.technology>
Thu, 12 Nov 2020 08:50:57 +0000 (09:50 +0100)
committerGitHub <noreply@github.com>
Thu, 12 Nov 2020 08:50:57 +0000 (09:50 +0100)
docs/Kubernetes/statefulset.yaml

index a0ae4d37bc4139905dea412f3fa586aac0fb70b9..a73960b50d58a7f43fa08e59b55bdbedce35a5f1 100644 (file)
@@ -26,6 +26,7 @@ spec:
       - name: siridb
         image: siridb/siridb-server:2.0.42  # Pin to a specific version
         imagePullPolicy: Always
+        args: ["--managed"]  # Tells SiriDB it will be managed by Kubernetes
         env:
         - name: SIRIDB_HTTP_STATUS_PORT
           value: "8080"