portefaix / portefaix-kubernetes

Kubernetes resources
https://github.com/portefaix/.github
Other
8 stars 7 forks source link

Keda: support for additional labels #1486

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

Keda: support for additional labels

https://github.com/kedacore/charts/pull/179

portefaix.xyz/version: v0.25.0

https://github.com/portefaix/portefaix/blob/ce13ffcf0bfa9a2f4051f6e4a52bed8cd57f1a26/kubernetes/base/keda/keda/keda.yaml#L35


# Copyright (C) 2021 Nicolas Lamirault <nicolas.lamirault@gmail.com>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
  name: keda
  namespace: keda
spec:
  chart:
    spec:
      # renovate: registryUrl=https://kedacore.github.io/charts
      chart: keda
      version: 2.5.0
      sourceRef:
        kind: HelmRepository
        name: kedacore
        namespace: flux-system
  interval: 10m0s
  releaseName: keda
  targetNamespace: keda
  values:
    # TODO: Keda: support for additional labels
    # labels: kind/feature, priority/low, lifecycle/frozen, area/kubernetes
    # https://github.com/kedacore/charts/pull/179

    # additionalLabels:
    #   portefaix.xyz/version: v0.25.0

    logging:
      operator:
        level: info
        format: json
    prometheus:
      metricServer:
        enabled: true
        podMonitor:
          enabled: true
          additionalLabels:
            monitoring: portefaix
      operator:
        enabled: true
        podMonitor:
          enabled: true
          additionalLabels:
            monitoring: portefaix

72b2e8492add5ddded67a0788e719685913b5899

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.