Koschei: scale frontend to 3 replicas

This commit is contained in:
Mikolaj Izdebski 2024-06-05 11:36:39 +02:00
parent e19dbf6749
commit f8d1ff9f1d

View file

@ -24,7 +24,7 @@ koschei_pgsql_admin_password: "{{ koscheiadmin_db_password }}"
koschei_oidc_client_secret: "{{ koschei_oidc_client_secret_prod }}"
koschei_oidc_crypto_secret: "{{ koschei_oidc_crypto_secret_prod }}"
koschei_frontend_replicas: 2
koschei_frontend_replicas: 3
koschei_backend_services:
- { name: polling, cpu: [ 1000, 1500 ], memory: [ 512, 1024 ] }