Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • ardumont/swh-charts
  • vlorentz/swh-charts
  • swh/infra/ci-cd/swh-charts
  • vsellier/swh-charts
  • anlambert/swh-charts
5 results
Show changes
Commits on Source (2)
......@@ -96,7 +96,7 @@ postgresqlSyncmailmapsConfiguration:
cls: postgresql
host: db.internal.softwareheritage.org
port: 5432
db: swh
db: softwareheritage
user: swhmailmap
pass: ${PGPASSWORD}
secrets:
......@@ -954,11 +954,15 @@ scrubber:
replicas: 2
object: revision
primary-revision-hashes:
# until https://gitlab.softwareheritage.org/swh/devel/swh-scrubber/-/issues/4699 fix
enabled: false
storageConfigurationRef: scrubberROStoragePrimaryConfiguration
configName: storage-primary-hashes-revision
replicas: 2
object: revision
primary-snapshot-references:
# until https://gitlab.softwareheritage.org/swh/devel/swh-scrubber/-/issues/4699 fix
enabled: false
storageConfigurationRef: scrubberROStoragePrimaryConfiguration
configName: storage-primary-references-snapshot
replicas: 2
......@@ -966,6 +970,8 @@ scrubber:
requestedCpu: 150m
requestedMemory: 128Mi
primary-snapshot-hashes:
# until https://gitlab.softwareheritage.org/swh/devel/swh-scrubber/-/issues/4699 fix
enabled: false
storageConfigurationRef: scrubberROStoragePrimaryConfiguration
configName: storage-primary-hashes-snapshot
replicas: 2
......