Skip to content
Snippets Groups Projects
Unverified Commit 609fe2b0 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

production: Deploy compressed graph to kubernetes as main instance

Refs. swh/infra/sysadm-environment#5465
parent 05a487e8
No related branches found
No related tags found
1 merge request!494production: Deploy compressed graph to kubernetes as main instance
......@@ -6,14 +6,6 @@ prometheus:
sentry:
enabled: true
provenanceGraphGrpcConfiguration:
cls: known_swhid_filter
filter_licenses: false
provenance:
cls: graph
url: graph.internal.softwareheritage.org:50091
max_edges: 100000
defaultLoggingConfig:
version: 1
handlers:
......
......@@ -32,13 +32,28 @@ keycloakConfiguration:
server_url: https://auth.softwareheritage.org/auth/
realm_name: SoftwareHeritage
provenanceGraphGrpcConfiguration:
cls: known_swhid_filter
filter_licenses: false
provenance:
cls: graph
url: graph-grpc-20240331-ingress:80
max_edges: 100000
vaultGraphConfiguration:
url: http://graph-rpc-20240331-ingress/graph
webGraphConfiguration:
server_url: http://graph.internal.softwareheritage.org:5009/graph/
server_url: http://graph-rpc-20240331-ingress/graph/
max_edges:
staff: 0
user: 100000
anonymous: 1000
alterGraphConfiguration:
url: http://graph-rpc-20240331-ingress/graph
timeout: null
memcached:
enabled: true
memory: 1024
......@@ -1094,9 +1109,6 @@ remoteROCassandraIngressStorageConfiguration:
pipelineStepsRef: retryStoragePipelineSteps
storageConfigurationRef: remoteROCassandraRpcIngressStorageConfiguration
vaultGraphConfiguration:
url: http://graph.internal.softwareheritage.org:5009/graph
provenanceConfiguration:
cls: remote
url: http://webapp-provenance-ingress-swh-cassandra
......
......@@ -401,7 +401,7 @@ djangoWebConfiguration:
historyCountersUrl: http://counters-rpc-ingress/counters_history/history.json#
webGraphConfiguration:
server_url: http://graph-rpc-20240331-ingress/graph/
server_url: http://graph.internal.softwareheritage.org:5009/graph/
max_edges:
staff: 0
user: 100000
......@@ -510,10 +510,6 @@ web:
url: https://piwik.inria.fr/
site_id: 59
alterGraphConfiguration:
url: http://graph.internal.softwareheritage.org:5009/graph
timeout: null
saamZfsDeleteObjstorageConfiguration:
cls: remote
url: http://objstorage-delete-saam-zfs-rpc-ingress
......
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