Skip to content
Snippets Groups Projects
Verified Commit 148cb48f authored by David Hoese's avatar David Hoese
Browse files

Add values file for G16 GRB in production

parent 53cff09f
No related branches found
No related tags found
No related merge requests found
stages: stages:
- get chart - get chart
- deploy rabbit - deploy rabbit
- deploy storage
- deploy GRB - deploy GRB
- deploy G2G - deploy G2G
- deploy WMS - deploy WMS
...@@ -91,7 +92,7 @@ get_chart_grb: ...@@ -91,7 +92,7 @@ get_chart_grb:
# TODO: Use "environment: " to define a job for production and one for development # TODO: Use "environment: " to define a job for production and one for development
# https://docs.gitlab.com/ee/ci/yaml/#environment # https://docs.gitlab.com/ee/ci/yaml/#environment
deploy_grb: deploy_g16_grb:
stage: deploy GRB stage: deploy GRB
image: $CICHART_IMAGE image: $CICHART_IMAGE
services: services:
...@@ -118,7 +119,7 @@ deploy_grb: ...@@ -118,7 +119,7 @@ deploy_grb:
- cp $kubekorner_k3s_config . - cp $kubekorner_k3s_config .
- kubeconfig=$(basename $kubekorner_k3s_config) - kubeconfig=$(basename $kubekorner_k3s_config)
# namespace names are the same as domain names # namespace names are the same as domain names
- helm upgrade -v 2 --install --kubeconfig $kubeconfig --namespace $ns --set grbNotifier.image.dockerTag=$docker_tag --set grbProcessor.env[0].name=APID_FILTER --set grbProcessor.env[0].value="GOES-16-ABI-Only.xml" cspp-geo-grb cspp-geo-grb/ - helm upgrade -v 2 --install --kubeconfig $kubeconfig --namespace $ns --set grbNotifier.image.dockerTag=$docker_tag -f ../../production/values-g16-grb.yaml cspp-geo-grb cspp-geo-grb/
needs: needs:
- job: get_chart_grb - job: get_chart_grb
artifacts: true artifacts: true
......
- grbProcessor.env:
- name: APID_FILTER
value: "GOES-16-ABI-Only.xml"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment