app-power-metrics/python3-k8sapp-power-metrics/k8sapp_power_metrics/k8sapp_power_metrics/common/constants.py

27 lines
682 B
Python

#
# Copyright (c) 2023 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
# Helm: Supported charts:
# These values match the names in the chart package's Chart.yaml
HELM_CHART_CADVISOR = 'cadvisor'
HELM_CHART_TELEGRAF = 'telegraf'
# FluxCD
FLUXCD_HELM_RELEASE_CADVISOR = 'cadvisor'
FLUXCD_HELM_RELEASE_TELEGRAF = 'telegraf'
# Namespace to deploy the application
HELM_NS_PM = 'power-metrics'
# Application Name
HELM_APP_PM = 'power-metrics'
# Application component label
HELM_LABEL_PARAMETER = 'podLabels'
HELM_COMPONENT_LABEL = 'app.starlingx.io/component'
HELM_COMPONENT_LABEL_VALUE_PLATFORM = 'platform'
HELM_COMPONENT_LABEL_VALUE_APPLICATION = 'application'