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
f045d2b9
Verified
Commit
f045d2b9
authored
4 years ago
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
Update GRB values to match new configuration
parent
7ca51221
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
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
production/values-g16-grb.yaml
+10
-10
10 additions, 10 deletions
production/values-g16-grb.yaml
with
11 additions
and
11 deletions
.gitlab-ci.yml
+
1
−
1
View file @
f045d2b9
...
...
@@ -149,7 +149,7 @@ deploy_g16_grb:
# copy extra values files to the local directory (where helm has access via docker mount)
-
cp ../../production/values-g16-grb.yaml .
# namespace names are the same as domain names
-
helm upgrade -v 2 --install --kubeconfig $kubeconfig --namespace $ns
--set grbNotifier.image.dockerTag=$docker_tag
-f values-g16-grb.yaml cspp-geo-grb cspp-geo-grb/
-
helm upgrade -v 2 --install --kubeconfig $kubeconfig --namespace $ns -f values-g16-grb.yaml cspp-geo-grb cspp-geo-grb/
dependencies
:
-
get_chart_grb
rules
:
...
...
This diff is collapsed.
Click to expand it.
production/values-g16-grb.yaml
+
10
−
10
View file @
f045d2b9
...
...
@@ -3,13 +3,13 @@ grbProcessor:
-
name
:
APID_FILTER
value
:
"
GOES-16-ABI-Only.xml"
grbNotifier
:
uploadDst
:
"
s3://g16-abi-l1b-netcdf"
s3Endpoint
:
"
http://geosphere-minio:9000"
s3Secret
:
"
geosphere-minio"
s3AccessKey
:
"
accesskey"
s3SecretKey
:
"
secretkey"
rabbitOut
:
host
:
"
geosphere-rabbit-rabbitmq"
username
:
"
user"
passwordSecret
:
"
geosphere-rabbit-rabbitmq"
\ No newline at end of file
fanoutServer
:
"
fanout1.ssec.wisc.edu"
uploadDst
:
"
s3://g16-abi-l1b-netcdf"
s3Endpoint
:
"
http://geosphere-minio:9000"
s3Secret
:
"
geosphere-minio"
s3AccessKey
:
"
accesskey"
s3SecretKey
:
"
secretkey"
rabbitOut
:
host
:
"
geosphere-rabbit-rabbitmq"
username
:
"
user"
passwordSecret
:
"
geosphere-rabbit-rabbitmq"
\ No newline at end of file
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