Skip to content
Snippets Groups Projects
Unverified Commit 67417b18 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 65583588
No related branches found
No related tags found
No related merge requests found
...@@ -6,14 +6,6 @@ prometheus: ...@@ -6,14 +6,6 @@ prometheus:
sentry: sentry:
enabled: true enabled: true
provenanceGraphGrpcConfiguration:
cls: known_swhid_filter
filter_licenses: false
provenance:
cls: graph
url: graph.internal.softwareheritage.org:50091
max_edges: 100000
defaultLoggingConfig: defaultLoggingConfig:
version: 1 version: 1
handlers: handlers:
......
...@@ -32,13 +32,28 @@ keycloakConfiguration: ...@@ -32,13 +32,28 @@ keycloakConfiguration:
server_url: https://auth.softwareheritage.org/auth/ server_url: https://auth.softwareheritage.org/auth/
realm_name: SoftwareHeritage realm_name: SoftwareHeritage
provenanceGraphGrpcConfiguration:
cls: known_swhid_filter
filter_licenses: false
provenance:
cls: graph
url: graph-rpc-20240331-ingress
max_edges: 100000
vaultGraphConfiguration:
url: http://graph-rpc-20240331-ingress/graph
webGraphConfiguration: webGraphConfiguration:
server_url: http://graph.internal.softwareheritage.org:5009/graph/ server_url: http://graph-rpc-20240331-ingress/graph/
max_edges: max_edges:
staff: 0 staff: 0
user: 100000 user: 100000
anonymous: 1000 anonymous: 1000
alterGraphConfiguration:
url: http://graph-rpc-20240331-ingress/graph
timeout: null
memcached: memcached:
enabled: true enabled: true
memory: 1024 memory: 1024
...@@ -1094,9 +1109,6 @@ remoteROCassandraIngressStorageConfiguration: ...@@ -1094,9 +1109,6 @@ remoteROCassandraIngressStorageConfiguration:
pipelineStepsRef: retryStoragePipelineSteps pipelineStepsRef: retryStoragePipelineSteps
storageConfigurationRef: remoteROCassandraRpcIngressStorageConfiguration storageConfigurationRef: remoteROCassandraRpcIngressStorageConfiguration
vaultGraphConfiguration:
url: http://graph.internal.softwareheritage.org:5009/graph
provenanceConfiguration: provenanceConfiguration:
cls: remote cls: remote
url: http://webapp-provenance-ingress-swh-cassandra url: http://webapp-provenance-ingress-swh-cassandra
......
...@@ -401,7 +401,7 @@ djangoWebConfiguration: ...@@ -401,7 +401,7 @@ djangoWebConfiguration:
historyCountersUrl: http://counters-rpc-ingress/counters_history/history.json# historyCountersUrl: http://counters-rpc-ingress/counters_history/history.json#
webGraphConfiguration: webGraphConfiguration:
server_url: http://graph-rpc-20240331-ingress/graph/ server_url: http://graph.internal.softwareheritage.org:5009/graph/
max_edges: max_edges:
staff: 0 staff: 0
user: 100000 user: 100000
...@@ -510,10 +510,6 @@ web: ...@@ -510,10 +510,6 @@ web:
url: https://piwik.inria.fr/ url: https://piwik.inria.fr/
site_id: 59 site_id: 59
alterGraphConfiguration:
url: http://graph.internal.softwareheritage.org:5009/graph
timeout: null
saamZfsDeleteObjstorageConfiguration: saamZfsDeleteObjstorageConfiguration:
cls: remote cls: remote
url: http://objstorage-delete-saam-zfs-rpc-ingress 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