Skip to content

Commit

Permalink
adding status service to deployment (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasinge authored Aug 4, 2020
1 parent 08ea9a9 commit ca633d4
Showing 1 changed file with 23 additions and 8 deletions.
31 changes: 23 additions & 8 deletions applications/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ applicationVersions:
frontend: &frontendVersion master
backend: &backendVersion master
git-api: &gitApiVersion master
status: &statusVersion master
resource-dispatcher: &resourceDispatcherVersion master
agnosticv-operator: &agnosticvVersion helm_chart
anarchy-operator: &anarchyVersion helm_chart
Expand Down Expand Up @@ -44,14 +45,6 @@ applications:
ref: *backendVersion
helmValues:
imageTag: *backendVersion
versions:
frontend: *frontendVersion
backend: *backendVersion
git-api: *gitApiVersion
resource-dispatcher: *resourceDispatcherVersion
agnosticv: *agnosticvVersion
anarchy: *anarchyVersion
poolboy: *poolboyVersion
ignoreDifferences:
- group: apps.openshift.io
kind: DeploymentConfig
Expand All @@ -71,6 +64,28 @@ applications:
jsonPointers:
- /spec/template/spec/containers/0/image

- name: status
url: https://github.com/rht-labs/lodestar-status.git
path: deployment
deploymentNamespace: omp-frontend
ref: *statusVersion
helmValues:
imageTag: *statusVersion
versions:
frontend: *frontendVersion
backend: *backendVersion
git-api: *gitApiVersion
status: *statusVersion
resource-dispatcher: *resourceDispatcherVersion
agnosticv: *agnosticvVersion
anarchy: *anarchyVersion
poolboy: *poolboyVersion
ignoreDifferences:
- group: apps.openshift.io
kind: DeploymentConfig
jsonPointers:
- /spec/template/spec/containers/0/image

- name: resource-dispatcher
url: https://github.com/redhat-cop/tool-integrations.git
path: "resource-dispatcher/helm"
Expand Down

0 comments on commit ca633d4

Please sign in to comment.