From 2e5567139a6963a6573b88ab5aaa9a9e40c3b1a4 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Thu, 4 Sep 2025 15:46:31 +0800 Subject: [PATCH] set authentication replicas to 1 --- magicleaps/helm-pkg/authentication/values.prod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magicleaps/helm-pkg/authentication/values.prod.yaml b/magicleaps/helm-pkg/authentication/values.prod.yaml index e6778b33..ab74c78c 100644 --- a/magicleaps/helm-pkg/authentication/values.prod.yaml +++ b/magicleaps/helm-pkg/authentication/values.prod.yaml @@ -13,7 +13,7 @@ logIngest: logPathPattern: /app/log/authentication/*.log logPath: /app/log/authentication authentication: - replicas: 2 + replicas: 1 image: registry: docker.io repository: null