set authentication replicas to 1

This commit is contained in:
Nicolas 2025-09-04 15:46:31 +08:00
parent e7c7ebcb6b
commit 2e5567139a

View File

@ -13,7 +13,7 @@ logIngest:
logPathPattern: /app/log/authentication/*.log logPathPattern: /app/log/authentication/*.log
logPath: /app/log/authentication logPath: /app/log/authentication
authentication: authentication:
replicas: 2 replicas: 1
image: image:
registry: docker.io registry: docker.io
repository: null repository: null