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

Add custom values for geo2grid g16 radf

parent 844c4ee5
No related branches found
No related tags found
No related merge requests found
......@@ -154,9 +154,9 @@ deploy_g16_grb:
- kubeconfig=$(basename $kubekorner_k3s_config)
- echo "Deploying version $docker_tag to cluster namespace $ns"
# copy extra values files to the local directory (where helm has access via docker mount)
- cp ../../production/values-g16-grb.yaml .
- cp ../../production/values-grb-g16.yaml .
# namespace names are the same as domain names
- helm upgrade -v 2 --install --kubeconfig $kubeconfig --namespace $ns -f values-g16-grb.yaml cspp-geo-grb cspp-geo-grb/
- helm upgrade -v 2 --install --kubeconfig $kubeconfig --namespace $ns -f values-grb-g16.yaml cspp-geo-grb cspp-geo-grb/
dependencies:
- get_chart_grb
rules:
......@@ -169,23 +169,23 @@ deploy_geo2grid_g16_radf:
name: production
url: http://geosphere.ssec.wisc.edu
extends: .helm_based_job
stage: deploy GRB
stage: deploy G2G
script:
- if [ -n "$CI_COMMIT_TAG" ]; then
ns="geosphere";
else
ns="geosphere-test";
fi
- cd geosphere-grb/chart
- source cspp-geo-grb/cibuild.env
- cd geosphere-geo2grid/chart
- source cspp-geo-geo2grid/cibuild.env
# copy secret kubeconfig to the mounted (pwd) directory
- cp $kubekorner_k3s_config .
- kubeconfig=$(basename $kubekorner_k3s_config)
- echo "Deploying version $docker_tag to cluster namespace $ns"
# copy extra values files to the local directory (where helm has access via docker mount)
- cp ../../production/values-g16-grb.yaml .
- cp ../../production/values-geo2grid-g16-radf.yaml .
# namespace names are the same as domain names
- helm upgrade -v 2 --install --kubeconfig $kubeconfig --namespace $ns -f values-g16-grb.yaml cspp-geo-grb cspp-geo-grb/
- helm upgrade -v 2 --install --kubeconfig $kubeconfig --namespace $ns -f values-geo2grid-g16-radf.yaml cspp-geo-geo2grid cspp-geo-geo2grid/
dependencies:
- get_chart_geo2grid
rules:
......
rabbitIn:
host: "geosphere-rabbit-rabbitmq"
username: "user"
passwordSecret: "geosphere-rabbit-rabbitmq"
topic: "data.goes.g16.abi.radf.l1b.netcdf.all.complete"
source:
s3Endpoint: "http://geosphere-minio:9000"
destination:
# s3Endpoint: "http://geosphere-minio:9000"
s3Secret: "geosphere-minio"
s3AccessKey: "accesskey"
s3SecretKey: "secretkey"
File moved
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