Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
geosphere-deploy
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cspp_geo
geosphere
geosphere-deploy
Commits
148cb48f
Verified
Commit
148cb48f
authored
4 years ago
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
Add values file for G16 GRB in production
parent
53cff09f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+3
-2
3 additions, 2 deletions
.gitlab-ci.yml
production/values-g16-grb.yaml
+3
-0
3 additions, 0 deletions
production/values-g16-grb.yaml
with
6 additions
and
2 deletions
.gitlab-ci.yml
+
3
−
2
View file @
148cb48f
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.x
ml
"
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.ya
ml cspp-geo-grb cspp-geo-grb/
needs
:
needs
:
-
job
:
get_chart_grb
-
job
:
get_chart_grb
artifacts
:
true
artifacts
:
true
...
...
This diff is collapsed.
Click to expand it.
production/values-g16-grb.yaml
0 → 100644
+
3
−
0
View file @
148cb48f
-
grbProcessor.env
:
-
name
:
APID_FILTER
value
:
"
GOES-16-ABI-Only.xml"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment