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
913b46c5
Verified
Commit
913b46c5
authored
3 years ago
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
Update AWS deployment to use cheaper storage options for geotiff storage
parent
68712e6a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ci_aws/geotiff-pvc.yaml
+1
-1
1 addition, 1 deletion
ci_aws/geotiff-pvc.yaml
ci_aws/values-geosphere-rabbit.yaml
+6
-14
6 additions, 14 deletions
ci_aws/values-geosphere-rabbit.yaml
with
7 additions
and
15 deletions
ci_aws/geotiff-pvc.yaml
+
1
−
1
View file @
913b46c5
...
...
@@ -9,4 +9,4 @@ spec:
resources
:
requests
:
storage
:
4Ti
storageClassName
:
"
gp2
"
storageClassName
:
"
sc1
"
This diff is collapsed.
Click to expand it.
ci_aws/values-geosphere-rabbit.yaml
+
6
−
14
View file @
913b46c5
#rabbitmq:
# configuration: |-
# ## Clustering
# cluster_formation.peer_discovery_backend = rabbit_peer_discovery_k8s
# cluster_formation.k8s.host = kubernetes.default.svc.cluster.local
# cluster_formation.node_cleanup.interval = 10
# cluster_formation.node_cleanup.only_log_warning = true
# cluster_partition_handling = autoheal
# # queue master locator
# queue_master_locator=min-masters
# # enable guest user
# loopback_users.guest = false
#rbac:
# create: false
rbac
:
create
:
false
clustering
:
enabled
:
false
persistence
:
enabled
:
false
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