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

Update GRB values to match new configuration

parent 7ca51221
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
......@@ -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
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