Skip to content

fix(gitalyctl): disable liveness probe

Steve Xuereb requested to merge fix/gitalyctl-liveness into master

What

Disable the liveness probe

Why

This is failing to apply:

STDERR:
  Error: UPGRADE FAILED: release gitalyctl-gprd failed, and has been rolled back due to atomic being set: cannot patch "gitalyctl-gprd" with kind Deployment: Deployment.apps "gitalyctl-gprd" is invalid: spec.template.spec.containers[0].livenessProbe.successThreshold: Invalid value: 2: must be 1
COMBINED OUTPUT:
  Error: UPGRADE FAILED: release gitalyctl-gprd failed, and has been rolled back due to atomic being set: cannot patch "gitalyctl-gprd" with kind Deployment: Deployment.apps "gitalyctl-gprd" is invalid: spec.template.spec.containers[0].livenessProbe.successThreshold: Invalid value: 2: must be 1

source

Reference: https://gitlab.com/gitlab-com/gl-infra/reliability/-/issues/24187

Merge request reports