The module lifecycle stage: General Availability
The module has requirements for installation
This module installs Prometheus Pushgateway into the cluster. It receives metrics from the app and pushes them to Prometheus.
Requirements
To the Deckhouse version: 1.73.0 and above.
To the versions of other modules:
-
prometheus: any version.
Parameters
Schema version: 1
-
-
array of stringssettings.instancesThis parameter contains a list of instances; a separate PushGateway will be created for each instance.
Example:
instances: - first - second -
objectsettings.nodeSelector
The same as in the pods’
spec.nodeSelectorparameter in Kubernetes.If the parameter is omitted or
false, it will be determined automatically. -
array of objectssettings.tolerations
The same as in the pods’
spec.tolerationsparameter in Kubernetes;If the parameter is omitted or
false, it will be determined automatically.-
stringsettings.tolerations.effect
-
stringsettings.tolerations.key
-
stringsettings.tolerations.operator
-
integersettings.tolerations.tolerationSeconds
-
stringsettings.tolerations.value
-
-