Available with limitations in: EE
Schema version: 1
-
-
object
Configuration options for specifying certificates for HTTPS connections across all components of the Deckhouse Observability Platform module.
You can either provide your own certificates or use cert-manager to issue them.
Default:
{}
-
string
The issuer of the certificate. For all domains of the Deckhouse Observability Platform, the certificate can be issued using cert-manager.
This field is not compatible with the
crt
andkey
fields. You must specify eitherissuer
or bothcrt
andkey
.Default:
letsencrypt
Allowed values:
letsencrypt
,digitalocean
,cloudflare
-
objectOptions related to the configuration of components responsible for monitoring.
Default:
{}
-
-
objectOptions related to the configuration of the component used for managing the update process of the Deckhouse Observability platform agent.
Default:
{}
-
-
-
-
objectOptions related to the configuration of the container registry used for publishing new images with new versions of the Deckhouse observability platform agent.
Default:
{}
-
-
objectOptions related to the configuration of components responsible for data ingestion and storage.
Default:
{}
-
-
-
objectResource management options for the Ceph MGR pods.
Default:
{}
Example:
limits: memory: 1Gi requests: cpu: 500M memory: 1Gi
-
-
-
-
objectResource management options for the Ceph monitors pods.
Default:
{}
Example:
limits: cpu: 250m memory: 512Mi requests: cpu: 55m memory: 256Mi
-
-
-
objectOptions related to the configuration of Ceph object storage daemons.
Default:
{}
-
objectResource management options for the Ceph osd pods.
Default:
{}
Example:
limits: cpu: 250m memory: 512Mi requests: cpu: 55m memory: 256Mi
-
-
string
Defines the size of the persistent volume (PV) to be created for Ceph object storage daemons.
The size should be specified using standard storage units (e.g., Gi for Gibibytes, Ti for Tebibytes, Mi for Mebibytes).
Pattern:
^[0-9]+(\.[0-9]+)?(E|P|T|G|M|k|Ei|Pi|Ti|Gi|Mi|Ki)?$
-
-
objectResource management options for the Ceph RGW pods.
Default:
{}
Example:
resources: limits: cpu: 250m memory: 512Mi requests: cpu: 55m memory: 256Mi
-
-
-
objectOptions related to the configuration of components responsible for log collection and storage.
Default:
{}
-
-
-
-
-
objectOptions related to the configuration of loki’s index gateway.
Default:
{}
-
-
objectResource management options for the Ingester pods.
Default:
{}
-
objectResource limits settings for the Ingester pods.
Default:
{}
-
objectResource requests settings for the Ingester pods.
Default:
{}
-
-
-
-
objectOptions related to the configuration of components responsible for metrics collection and storage.
Default:
{}
-
objectOptions related to the configuration of the Alertmanager.
Default:
{}
-
-
objectOptions related to the configuration of etcd used by metrics storage components.
Default:
{}
-
-
-
objectResource requests settings for etcd pods.
Default:
{}
-
-
-
-
objectResource management options for the Ingester pods.
Default:
{}
-
objectResource limits settings for Ingester pods.
Default:
{}
-
objectResource requests settings for Ingester pods.
Default:
{}
-
-
-
objectOptions related to the configuration of the Store-gateway.
Default:
{}
-
-
-
objectOptions related to the configuration of the usage collector.
Default:
{}
-
-
-
-
-
-
objectSettings for configuring the PostgreSQL database used by the UI component.
Default:
{}
-
-
objectCredentials and connection details for using an external PostgreSQL database.
-
-
objectResource allocation settings for the PostgreSQL cluster.
Default:
{}
-
objectMaximum resource limits for the PostgreSQL pods.
Default:
{}
-
objectMinimum resource requests for the PostgreSQL pods.
Default:
{}
-
-
-
-
string
Configure whether to use the internal or an external postgres server.
When using an external postgres database the following extensions have to be enabled:
pgcrypto
;citext
- for the Deckhouse observability platform database;btree_gin
- for the Deckhouse observability platform alertgate database.
Default:
Internal
Allowed values:
Internal
,External
-
-
-
objectConfiguration for the SMTP server used to send authentication-related emails such as account verification and password resets.
Default:
{}
-