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

Switch geosphere GRB to be more conservative about cleaning out files

parent dc2c8f6d
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ gs deploy g16 grb:
- cd geosphere-grb/chart
- source cspp-geo-grb/cibuild.env
- echo "Deploying version $docker_tag to cluster namespace $ns"
- helm upgrade -v 2 --install --namespace $ns --set persistence.enabled=true --set persistence.storageClass=local-path -f ../../ci_geosphere/values-grb-g16.yaml cspp-geo-grb cspp-geo-grb/
- helm upgrade -v 2 --install --namespace $ns -f ../../ci_geosphere/values-grb-g16.yaml cspp-geo-grb cspp-geo-grb/
dependencies:
- get_chart_grb
rules:
......
......@@ -8,6 +8,13 @@ rightPort: 50070
# 50040/50050 - filter idle frames
# 50060/50070 - filter idle frames and mixed with UCAR
uploadDst: "/dst"
persistence:
enabled: true
storageClass: "local-path"
size: 32Gi
cleanup:
timeMode: "mmin"
age: "+60"
#uploadDst: "s3://g16-abi-l1b-netcdf"
#s3Endpoint: "http://geosphere-minio:9000"
#s3Secret: "geosphere-minio"
......
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