Skip to content

Commit

Permalink
RHIROS-502 api_version endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
srdeotarse committed Sep 19, 2023
1 parent e3f7f3c commit d0d7538
Show file tree
Hide file tree
Showing 6 changed files with 409 additions and 184 deletions.
27 changes: 27 additions & 0 deletions clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,16 @@ objects:
optional: true
- name: BYPASS_UNLEASH
value: ${BYPASS_UNLEASH}
- name: GITHUB_OWNER
value: ${GITHUB_OWNER}
- name: GITHUB_REPO
value: ${GITHUB_REPO}
- name: GITHUB_DEPLOYMENT_BRANCH
value: ${GITHUB_DEPLOYMENT_BRANCH}
- name: GITHUB_API_PAGE_SIZE
value: ${GITHUB_API_PAGE_SIZE}
- name: GITHUB_API_MAXIMUM_RETRIES
value: ${GITHUB_API_MAXIMUM_RETRIES}

- name: inventory-events-processor
replicas: ${{INVENTORY_PROCESSOR_REPLICA_COUNT}}
Expand Down Expand Up @@ -360,3 +370,20 @@ parameters:
- description: disable Unleash (feature flags), defaulting to fallback values
name: BYPASS_UNLEASH
value: 'false'

# Deployment version
- description: organisation/owner-name of the GitHub repo
name: GITHUB_OWNER
value: "RedHatInsights"
- description: name of the GitHub repo
name: GITHUB_REPO
value: "ros-backend"
- description: deployment-branch-name of the GitHub repo
name: GITHUB_DEPLOYMENT_BRANCH
value: "main"
- description: page-size of the GitHub API
name: GITHUB_API_PAGE_SIZE
value: "5"
- description: max-retries of the GitHub API
name: GITHUB_API_MAXIMUM_RETRIES
value: "3"
Loading

0 comments on commit d0d7538

Please sign in to comment.