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
da749058
Verified
Commit
da749058
authored
4 years ago
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
Switch GRB to write to longhorn persistent volume claim
parent
a02149bf
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-1
3 additions, 1 deletion
.gitlab-ci.yml
with
3 additions
and
1 deletion
.gitlab-ci.yml
+
3
−
1
View file @
da749058
...
@@ -166,10 +166,12 @@ deploy_g16_grb:
...
@@ -166,10 +166,12 @@ deploy_g16_grb:
-
cp $kubekorner_k3s_config .
-
cp $kubekorner_k3s_config .
-
kubeconfig=$(basename $kubekorner_k3s_config)
-
kubeconfig=$(basename $kubekorner_k3s_config)
-
echo "Deploying version $docker_tag to cluster namespace $ns"
-
echo "Deploying version $docker_tag to cluster namespace $ns"
-
pvc=$(kubectl --kubeconfig $kubeconfig get pvc --namespace $ns cspp-geo-grb -o jsonpath="{.metadata.name}" || echo "");
-
echo $pvc
# copy extra values files to the local directory (where helm has access via docker mount)
# copy extra values files to the local directory (where helm has access via docker mount)
-
cp ../../production/values-grb-g16.yaml .
-
cp ../../production/values-grb-g16.yaml .
# 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 -f values-grb-g16.yaml cspp-geo-grb cspp-geo-grb/
-
helm upgrade -v 2 --install --kubeconfig $kubeconfig --namespace $ns
--set persistence.enabled=true --set persistence.storageClass=longhorn
-f values-grb-g16.yaml cspp-geo-grb cspp-geo-grb/
dependencies
:
dependencies
:
-
get_chart_grb
-
get_chart_grb
rules
:
rules
:
...
...
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