mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
openshift-apps/koschei: Add vars for production
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
88aa3f9a44
commit
809a936272
23
roles/openshift-apps/koschei/vars/production.yml
Normal file
23
roles/openshift-apps/koschei/vars/production.yml
Normal 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 ] }
|
||||
Reference in New Issue
Block a user