46 lines
1.2 KiB
YAML
46 lines
1.2 KiB
YAML
# Altinity ClickHouse operator. Cluster-scoped: watches ClickHouseInstallation
|
|
# resources in all namespaces (the logs cluster lives in the `logging` namespace).
|
|
# CRDs are installed at runtime by the chart's crdHook Job.
|
|
#
|
|
# Upstream official images; no Docker Hardened Image variant is adopted (DHI is
|
|
# subscription-gated and served from a private org namespace not reachable via
|
|
# the anonymous artifactapi dockerhub proxy).
|
|
#
|
|
# Watch the logging namespace where the ClickHouseInstallation lives. The chart
|
|
# default (watchNamespaces: []) makes the operator watch ONLY its own namespace
|
|
# (clickhouse-system), so the logs CHI was never reconciled — set it explicitly.
|
|
watchNamespaces:
|
|
- logging
|
|
crdHook:
|
|
image:
|
|
repository: docker.io/bitnami/kubectl
|
|
resources:
|
|
requests:
|
|
cpu: 50m
|
|
memory: 64Mi
|
|
limits:
|
|
cpu: 250m
|
|
memory: 128Mi
|
|
|
|
operator:
|
|
image:
|
|
repository: docker.io/altinity/clickhouse-operator
|
|
resources:
|
|
requests:
|
|
cpu: 100m
|
|
memory: 256Mi
|
|
limits:
|
|
cpu: 500m
|
|
memory: 512Mi
|
|
|
|
metrics:
|
|
image:
|
|
repository: docker.io/altinity/metrics-exporter
|
|
resources:
|
|
requests:
|
|
cpu: 50m
|
|
memory: 64Mi
|
|
limits:
|
|
cpu: 250m
|
|
memory: 256Mi
|