Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
Helm charts for swh packages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Platform
Infrastructure
CI CD
Helm charts for swh packages
Commits
a0515ba1
Commit
a0515ba1
authored
1 year ago
by
Nicolas Dandrimont
Browse files
Options
Downloads
Patches
Plain Diff
Add a ro objstorage which goes AWS - Azure - Local
For the indexers which work much better with lower latency storage
parent
22f7ecf2
No related branches found
Branches containing commit
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
swh/values/production/default.yaml
+28
-0
28 additions, 0 deletions
swh/values/production/default.yaml
with
28 additions
and
0 deletions
swh/values/production/default.yaml
+
28
−
0
View file @
a0515ba1
...
...
@@ -280,6 +280,30 @@ roObjstorageAwsLocalAzureFallback:
filters_conf
:
-
type
:
readonly
roObjstorageAwsAzureLocalFallback
:
cls
:
multiplexer
objstorages
:
-
cls
:
filtered
storage_conf
:
# AWS storage
cls
:
http
url
:
https://softwareheritage.s3.amazonaws.com/content/
compression
:
gzip
timeout
:
120
filters_conf
:
-
type
:
readonly
-
cls
:
filtered
storage_conf
:
*azure-storage-conf
filters_conf
:
-
type
:
readonly
-
cls
:
filtered
storage_conf
:
# banco/saam
cls
:
remote
url
:
http://objstorage-read-only-rpc-ingress
filters_conf
:
-
type
:
readonly
cassandraReadOnlyStorageAWSLocalAzureConfiguration
:
storageConfigurationRef
:
cassandraROStorage
objstorageConfigurationRef
:
roObjstorageAwsLocalAzureFallback
...
...
@@ -290,6 +314,10 @@ roObjstorageAwsLocalAzureFallbackConfiguration:
configurationRef
:
roObjstorageAwsLocalAzureFallback
secrets
:
*azure-storage-secrets
roObjstorageAwsAzureLocalFallbackConfiguration
:
configurationRef
:
roObjstorageAwsLocalAzureFallback
secrets
:
*azure-storage-secrets
retryStoragePipelineSteps
:
-
cls
:
retry
...
...
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