Skip to content

Make probe thresholds and frequencies explicit #433

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 16, 2025

Conversation

benbz
Copy link
Member

@benbz benbz commented May 12, 2025

Builds on #430 but makes the probe thresholds and frequencies explicit even if they're the k8s defaults.

@benbz benbz requested a review from a team as a code owner May 12, 2025 13:32
@benbz benbz marked this pull request as draft May 12, 2025 13:38
@benbz benbz force-pushed the bbz/configurable-probes branch 2 times, most recently from d3649fa to b426837 Compare May 12, 2025 14:05
@benbz benbz force-pushed the bbz/configurable-probes branch 3 times, most recently from 2a5f775 to 6bf7049 Compare May 12, 2025 16:04
@benbz benbz force-pushed the bbz/explicit-probe-thresholds-and-frequencies branch from c920cc5 to 511e256 Compare May 12, 2025 16:09
Copy link

github-actions bot commented May 12, 2025

dyff of changes in rendered templates of CI manifests

element-web-checkov-values.yaml (changed)
@@ spec.template.spec.containers.element-web.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-element-web
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.element-web.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-element-web
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.element-web.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-element-web
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1
element-web-minimal-values.yaml (changed)
@@ spec.template.spec.containers.element-web.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-element-web
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.element-web.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-element-web
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.element-web.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-element-web
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1
example-default-enabled-components-values.yaml (changed)
@@ spec.template.spec.containers.element-web.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-element-web
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.element-web.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-element-web
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.element-web.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-element-web
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.haproxy.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-haproxy
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.haproxy.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-haproxy
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.haproxy.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-haproxy
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.matrix-authentication-service.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-authentication-service.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + three map entries added:
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-authentication-service.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + three map entries added:
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres.readinessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-ess-updater.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres-ess-updater.readinessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-ess-updater.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-exporter.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres-exporter.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + two map entries added:
+   failureThreshold: 3
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-exporter.readinessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + one map entry added:
+   failureThreshold: 3

@@ spec.template.spec.containers.synapse.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-synapse-main
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.synapse.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-synapse-main
! + one map entry added:
+   successThreshold: 1
matrix-authentication-service-checkov-values.yaml (changed)
@@ spec.template.spec.containers.matrix-authentication-service.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-authentication-service.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + three map entries added:
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-authentication-service.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + three map entries added:
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres.readinessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-ess-updater.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres-ess-updater.readinessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-ess-updater.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-exporter.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres-exporter.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + two map entries added:
+   failureThreshold: 3
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-exporter.readinessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + one map entry added:
+   failureThreshold: 3
matrix-authentication-service-external-synapse-values.yaml (changed)
@@ spec.template.spec.containers.matrix-authentication-service.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-authentication-service.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + three map entries added:
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-authentication-service.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + three map entries added:
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres.readinessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-ess-updater.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres-ess-updater.readinessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-ess-updater.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-exporter.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres-exporter.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + two map entries added:
+   failureThreshold: 3
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-exporter.readinessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + one map entry added:
+   failureThreshold: 3
matrix-authentication-service-keep-auth-in-synapse-values.yaml (changed)
@@ spec.template.spec.containers.haproxy.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-haproxy
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.haproxy.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-haproxy
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.haproxy.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-haproxy
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.matrix-authentication-service.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-authentication-service.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + three map entries added:
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-authentication-service.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + three map entries added:
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres.readinessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-ess-updater.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres-ess-updater.readinessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-ess-updater.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-exporter.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres-exporter.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + two map entries added:
+   failureThreshold: 3
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-exporter.readinessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + one map entry added:
+   failureThreshold: 3

@@ spec.template.spec.containers.synapse.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-synapse-main
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.synapse.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-synapse-main
! + one map entry added:
+   successThreshold: 1
matrix-authentication-service-minimal-values.yaml (changed)
@@ spec.template.spec.containers.matrix-authentication-service.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-authentication-service.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + three map entries added:
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-authentication-service.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + three map entries added:
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres.readinessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-ess-updater.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres-ess-updater.readinessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-ess-updater.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-exporter.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres-exporter.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + two map entries added:
+   failureThreshold: 3
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-exporter.readinessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + one map entry added:
+   failureThreshold: 3
matrix-authentication-service-postgres-secrets-externally-values.yaml (changed)
@@ spec.template.spec.containers.matrix-authentication-service.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-authentication-service.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + three map entries added:
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-authentication-service.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + three map entries added:
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres.readinessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-ess-updater.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres-ess-updater.readinessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-ess-updater.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-exporter.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres-exporter.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + two map entries added:
+   failureThreshold: 3
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-exporter.readinessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + one map entry added:
+   failureThreshold: 3
matrix-authentication-service-postgres-secrets-in-helm-values.yaml (changed)
@@ spec.template.spec.containers.matrix-authentication-service.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-authentication-service.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + three map entries added:
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-authentication-service.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + three map entries added:
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres.readinessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-ess-updater.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres-ess-updater.readinessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-ess-updater.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-exporter.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres-exporter.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + two map entries added:
+   failureThreshold: 3
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-exporter.readinessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + one map entry added:
+   failureThreshold: 3
matrix-authentication-service-secrets-externally-values.yaml (changed)
@@ spec.template.spec.containers.matrix-authentication-service.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-authentication-service.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + three map entries added:
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-authentication-service.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + three map entries added:
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1
matrix-authentication-service-secrets-in-helm-values.yaml (changed)
@@ spec.template.spec.containers.matrix-authentication-service.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-authentication-service.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + three map entries added:
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-authentication-service.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + three map entries added:
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1
matrix-authentication-service-synapse-secrets-externally-values.yaml (changed)
@@ spec.template.spec.containers.haproxy.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-haproxy
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.haproxy.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-haproxy
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.haproxy.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-haproxy
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.matrix-authentication-service.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-authentication-service.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + three map entries added:
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-authentication-service.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + three map entries added:
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.synapse.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-synapse-main
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.synapse.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-synapse-main
! + one map entry added:
+   successThreshold: 1
matrix-authentication-service-synapse-secrets-in-helm-values.yaml (changed)
@@ spec.template.spec.containers.haproxy.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-haproxy
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.haproxy.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-haproxy
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.haproxy.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-haproxy
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.matrix-authentication-service.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-authentication-service.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + three map entries added:
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-authentication-service.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + three map entries added:
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.synapse.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-synapse-main
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.synapse.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-synapse-main
! + one map entry added:
+   successThreshold: 1
matrix-rtc-checkov-values.yaml (changed)
@@ spec.template.spec.containers.matrix-rtc-authorisation-service.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-authorisation-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-rtc-authorisation-service.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-authorisation-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-rtc-authorisation-service.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-authorisation-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.sfu.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-sfu
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.sfu.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-sfu
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.sfu.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-sfu
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1
matrix-rtc-exposed-services-values.yaml (changed)
@@ spec.template.spec.containers.matrix-rtc-authorisation-service.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-authorisation-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-rtc-authorisation-service.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-authorisation-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-rtc-authorisation-service.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-authorisation-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.sfu.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-sfu
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.sfu.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-sfu
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.sfu.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-sfu
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1
matrix-rtc-external-livekit-secrets-externally-values.yaml (changed)
@@ spec.template.spec.containers.matrix-rtc-authorisation-service.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-authorisation-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-rtc-authorisation-service.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-authorisation-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-rtc-authorisation-service.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-authorisation-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1
matrix-rtc-external-livekit-secrets-in-helm-values.yaml (changed)
@@ spec.template.spec.containers.matrix-rtc-authorisation-service.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-authorisation-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-rtc-authorisation-service.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-authorisation-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-rtc-authorisation-service.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-authorisation-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1
matrix-rtc-host-mode-values.yaml (changed)
@@ spec.template.spec.containers.matrix-rtc-authorisation-service.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-authorisation-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-rtc-authorisation-service.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-authorisation-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-rtc-authorisation-service.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-authorisation-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.sfu.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-sfu
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.sfu.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-sfu
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.sfu.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-sfu
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1
matrix-rtc-minimal-values.yaml (changed)
@@ spec.template.spec.containers.matrix-rtc-authorisation-service.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-authorisation-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-rtc-authorisation-service.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-authorisation-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-rtc-authorisation-service.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-authorisation-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.sfu.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-sfu
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.sfu.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-sfu
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.sfu.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-sfu
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1
matrix-rtc-secrets-externally-values.yaml (changed)
@@ spec.template.spec.containers.matrix-rtc-authorisation-service.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-authorisation-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-rtc-authorisation-service.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-authorisation-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-rtc-authorisation-service.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-authorisation-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.sfu.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-sfu
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.sfu.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-sfu
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.sfu.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-sfu
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1
matrix-rtc-secrets-in-helm-values.yaml (changed)
@@ spec.template.spec.containers.matrix-rtc-authorisation-service.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-authorisation-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-rtc-authorisation-service.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-authorisation-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-rtc-authorisation-service.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-authorisation-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.sfu.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-sfu
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.sfu.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-sfu
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.sfu.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-sfu
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1
pytest-element-web-values.yaml (changed)
@@ spec.template.spec.containers.element-web.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-element-web
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.element-web.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-element-web
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.element-web.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-element-web
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1
pytest-matrix-authentication-service-values.yaml (changed)
@@ spec.template.spec.containers.haproxy.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-haproxy
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.haproxy.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-haproxy
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.haproxy.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-haproxy
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.matrix-authentication-service.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-authentication-service.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + three map entries added:
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-authentication-service.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + three map entries added:
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres.readinessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-ess-updater.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres-ess-updater.readinessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-ess-updater.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-exporter.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres-exporter.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + two map entries added:
+   failureThreshold: 3
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-exporter.readinessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + one map entry added:
+   failureThreshold: 3

@@ spec.template.spec.containers.synapse.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-synapse-main
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.synapse.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-synapse-main
! + one map entry added:
+   successThreshold: 1
pytest-matrix-rtc-standalone-values.yaml (changed)
@@ spec.template.spec.containers.matrix-rtc-authorisation-service.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-authorisation-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-rtc-authorisation-service.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-authorisation-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-rtc-authorisation-service.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-authorisation-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.sfu.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-sfu
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.sfu.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-sfu
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.sfu.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-sfu
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1
pytest-matrix-rtc-synapse-wellknown-values.yaml (changed)
@@ spec.template.spec.containers.haproxy.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-haproxy
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.haproxy.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-haproxy
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.haproxy.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-haproxy
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.matrix-rtc-authorisation-service.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-authorisation-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-rtc-authorisation-service.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-authorisation-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-rtc-authorisation-service.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-authorisation-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.sfu.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-sfu
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.sfu.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-sfu
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.sfu.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-sfu
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres.readinessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-ess-updater.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres-ess-updater.readinessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-ess-updater.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-exporter.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres-exporter.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + two map entries added:
+   failureThreshold: 3
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-exporter.readinessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + one map entry added:
+   failureThreshold: 3

@@ spec.template.spec.containers.synapse.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-synapse-main
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.synapse.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-synapse-main
! + one map entry added:
+   successThreshold: 1
pytest-synapse-values.yaml (changed)
@@ spec.template.spec.containers.haproxy.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-haproxy
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.haproxy.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-haproxy
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.haproxy.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-haproxy
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.redis.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-synapse-redis
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.redis.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-synapse-redis
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.redis.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-synapse-redis
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres.readinessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-ess-updater.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres-ess-updater.readinessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-ess-updater.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-exporter.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres-exporter.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + two map entries added:
+   failureThreshold: 3
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-exporter.readinessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + one map entry added:
+   failureThreshold: 3

@@ spec.template.spec.containers.synapse.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-synapse-event-persister
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.synapse.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-synapse-event-persister
! + one map entry added:
+   successThreshold: 1

@@ spec.template.spec.containers.synapse.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-synapse-main
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.synapse.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-synapse-main
! + one map entry added:
+   successThreshold: 1

@@ spec.template.spec.containers.synapse.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-synapse-media-repository
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.synapse.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-synapse-media-repository
! + one map entry added:
+   successThreshold: 1

@@ spec.template.spec.containers.synapse.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-synapse-sliding-sync
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.synapse.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-synapse-sliding-sync
! + one map entry added:
+   successThreshold: 1
pytest-well-known-values.yaml (changed)
@@ spec.template.spec.containers.haproxy.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-haproxy
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.haproxy.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-haproxy
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.haproxy.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-haproxy
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
quick-setup-certificates-pg-external-values.yaml (changed)
@@ spec.template.spec.containers.element-web.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-element-web
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.element-web.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-element-web
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.element-web.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-element-web
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.haproxy.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-haproxy
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.haproxy.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-haproxy
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.haproxy.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-haproxy
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.matrix-authentication-service.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-authentication-service.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + three map entries added:
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-authentication-service.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + three map entries added:
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-rtc-authorisation-service.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-authorisation-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-rtc-authorisation-service.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-authorisation-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-rtc-authorisation-service.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-authorisation-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.sfu.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-sfu
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.sfu.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-sfu
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.sfu.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-sfu
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.synapse.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-synapse-main
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.synapse.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-synapse-main
! + one map entry added:
+   successThreshold: 1
quick-setup-certificates-pg-with-helm-values.yaml (changed)
@@ spec.template.spec.containers.element-web.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-element-web
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.element-web.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-element-web
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.element-web.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-element-web
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.haproxy.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-haproxy
! + two map entries added:
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.haproxy.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-haproxy
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.haproxy.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-haproxy
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.matrix-authentication-service.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-authentication-service.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + three map entries added:
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-authentication-service.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-authentication-service
! + three map entries added:
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-rtc-authorisation-service.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-authorisation-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-rtc-authorisation-service.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-authorisation-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.matrix-rtc-authorisation-service.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-authorisation-service
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.sfu.livenessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-sfu
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.sfu.readinessProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-sfu
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.sfu.startupProbe @@
# apps/v1/Deployment/ess-ci/release-name-matrix-rtc-sfu
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres.readinessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-ess-updater.startupProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + four map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1
+   timeoutSeconds: 1

@@ spec.template.spec.containers.postgres-ess-updater.readinessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-ess-updater.livenessProbe @@
# apps/v1/StatefulSet/ess-ci/release-name-postgres
! + three map entries added:
+   failureThreshold: 3
+   periodSeconds: 10
+   successThreshold: 1

@@ spec.template.spec.containers.postgres-exporter.startupProbe @@
# apps/v1/StatefulSet/ess-ci/rele...*[Comment body truncated]*

@benbz benbz force-pushed the bbz/configurable-probes branch from 6bf7049 to 1beaccf Compare May 13, 2025 11:09
@benbz benbz force-pushed the bbz/explicit-probe-thresholds-and-frequencies branch from 511e256 to 02f4e6d Compare May 13, 2025 11:09
@benbz benbz force-pushed the bbz/configurable-probes branch from 1beaccf to 32a7f34 Compare May 13, 2025 12:46
Base automatically changed from bbz/configurable-probes to main May 13, 2025 12:58
@benbz benbz force-pushed the bbz/explicit-probe-thresholds-and-frequencies branch 2 times, most recently from 382d3f3 to d486349 Compare May 16, 2025 14:12
@benbz benbz marked this pull request as ready for review May 16, 2025 14:12
@benbz benbz force-pushed the bbz/explicit-probe-thresholds-and-frequencies branch from d486349 to e335610 Compare May 16, 2025 14:18
@benbz benbz merged commit 80fe9db into main May 16, 2025
51 checks passed
@benbz benbz deleted the bbz/explicit-probe-thresholds-and-frequencies branch May 16, 2025 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants