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: ...@@ -96,7 +96,7 @@ postgresqlSyncmailmapsConfiguration:
cls: postgresql cls: postgresql
host: db.internal.softwareheritage.org host: db.internal.softwareheritage.org
port: 5432 port: 5432
db: swh db: softwareheritage
user: swhmailmap user: swhmailmap
pass: ${PGPASSWORD} pass: ${PGPASSWORD}
secrets: secrets:
...@@ -954,11 +954,15 @@ scrubber: ...@@ -954,11 +954,15 @@ scrubber:
replicas: 2 replicas: 2
object: revision object: revision
primary-revision-hashes: primary-revision-hashes:
# until https://gitlab.softwareheritage.org/swh/devel/swh-scrubber/-/issues/4699 fix
enabled: false
storageConfigurationRef: scrubberROStoragePrimaryConfiguration storageConfigurationRef: scrubberROStoragePrimaryConfiguration
configName: storage-primary-hashes-revision configName: storage-primary-hashes-revision
replicas: 2 replicas: 2
object: revision object: revision
primary-snapshot-references: primary-snapshot-references:
# until https://gitlab.softwareheritage.org/swh/devel/swh-scrubber/-/issues/4699 fix
enabled: false
storageConfigurationRef: scrubberROStoragePrimaryConfiguration storageConfigurationRef: scrubberROStoragePrimaryConfiguration
configName: storage-primary-references-snapshot configName: storage-primary-references-snapshot
replicas: 2 replicas: 2
...@@ -966,6 +970,8 @@ scrubber: ...@@ -966,6 +970,8 @@ scrubber:
requestedCpu: 150m requestedCpu: 150m
requestedMemory: 128Mi requestedMemory: 128Mi
primary-snapshot-hashes: primary-snapshot-hashes:
# until https://gitlab.softwareheritage.org/swh/devel/swh-scrubber/-/issues/4699 fix
enabled: false
storageConfigurationRef: scrubberROStoragePrimaryConfiguration storageConfigurationRef: scrubberROStoragePrimaryConfiguration
configName: storage-primary-hashes-snapshot configName: storage-primary-hashes-snapshot
replicas: 2 replicas: 2
......