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
......@@ -798,6 +798,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
......
......@@ -763,6 +763,8 @@ scrubber:
requestedCpu: 500m
requestedMemory: 200Mi
revision-hashes:
# until https://gitlab.softwareheritage.org/swh/devel/swh-scrubber/-/issues/4699 fix
enabled: false
configName: storage-cassandra-hashes-revision
object: revision
requestedCpu: 500m
......
......@@ -854,12 +854,16 @@ scrubber:
replicas: 1
object: revision
snapshot-references:
# until https://gitlab.softwareheritage.org/swh/devel/swh-scrubber/-/issues/4699 fix
enabled: false
configName: storage-references-snapshot
replicas: 1
object: snapshot
requestedCpu: 150m
requestedMemory: 128Mi
snapshot-hashes:
# until https://gitlab.softwareheritage.org/swh/devel/swh-scrubber/-/issues/4699 fix
enabled: false
configName: storage-hashes-snapshot
replicas: 1
object: snapshot
......