Skip to content

feat(helm): allow readiness and liveness probes for operator containers#1976

Open
janeklb wants to merge 1 commit intoAltinity:masterfrom
janeklb:jlb/readiness-liveness-probes
Open

feat(helm): allow readiness and liveness probes for operator containers#1976
janeklb wants to merge 1 commit intoAltinity:masterfrom
janeklb:jlb/readiness-liveness-probes

Conversation

@janeklb
Copy link
Copy Markdown
Contributor

@janeklb janeklb commented May 1, 2026

Motivation

We would like to deploy the operator to a k8s cluster that has strict gatekeeper policies requiring all containers have readiness and liveness probes.

Modification

Update chart to allow operator.livenessProbe, operator.readinessProbe, metrics.livenessProbe, and metrics.readinessProbe

- kind: ServiceAccount
name: {{ include "altinity-clickhouse-operator.serviceAccountName" . }}
namespace: {{ include "altinity-clickhouse-operator.namespace" . }}

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this whitespace (and below) was removed as part of running ./dev/generate_helm_chart.sh

@sunsingerus sunsingerus added the planned for review This feature is planned for review label May 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

planned for review This feature is planned for review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants