openshift-apps/koschei: Add vars for production

This commit is contained in:
Mikolaj Izdebski 2019-09-23 16:54:21 +02:00 committed by Pierre-Yves Chibon
parent 88aa3f9a44
commit 809a936272

View file

@ -0,0 +1,23 @@
koschei_topurl: https://koschei.fedoraproject.org
koschei_pgsql_hostname: db01.phx2.fedoraproject.org
koschei_koji_hub: koji.fedoraproject.org
koschei_kojipkgs: kojipkgs.fedoraproject.org
koschei_koji_web: koji.fedoraproject.org
koschei_copr_url: NOT-YET-USED
koschei_copr_login: NOT-YET-USED
koschei_copr_token: NOT-YET-USED
koschei_oidc_provider: id.fedoraproject.org
koschei_bugzilla: bugzilla.redhat.com
koschei_oidc_client_secret: "{{ koschei_oidc_client_secret_prod }}"
koschei_oidc_crypto_secret: "{{ koschei_oidc_crypto_secret_prod }}"
koschei_frontend_replicas: 2
koschei_backend_services: []
#koschei_backend_services:
# - { name: polling, cpu: [ 1000, 1500 ], memory: [ 256, 512 ] }
# - { name: scheduler, cpu: [ 200, 500 ], memory: [ 64, 128 ] }
# - { name: build-resolver, cpu: [ 1000, 1500 ], memory: [ 1024, 4096 ] }
# - { name: repo-resolver, cpu: [ 2000, 8000 ], memory: [ 1024, 4096 ] }
# - { name: watcher, cpu: [ 1000, 1500 ], memory: [ 256, 512 ] }