charts/values.global.yaml (86 lines of code) (raw):

# Copyright 2024 Google LLC # # 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. commonLabels: false namespace: public: gmp-public system: gmp-system version: 0.15.0 images: # NOTE: All tags have to be quoted otherwise they might be treated as a number. bash: image: gke.gcr.io/gke-distroless/bash tag: "gke_distroless_20240907.00_p0" alertmanager: image: gke.gcr.io/prometheus-engine/alertmanager tag: "v0.27.0-gmp.1-gke.1" prometheus: image: gke.gcr.io/prometheus-engine/prometheus tag: "v2.45.3-gmp.9-gke.0" configReloader: image: gke.gcr.io/prometheus-engine/config-reloader tag: "v0.15.0-gke.12" operator: image: gke.gcr.io/prometheus-engine/operator tag: "v0.15.0-gke.12" ruleEvaluator: image: gke.gcr.io/prometheus-engine/rule-evaluator tag: "v0.15.0-gke.12" datasourceSyncer: image: gke.gcr.io/prometheus-engine/datasource-syncer tag: "v0.15.0-gke.12" resources: alertManager: limits: memory: 128M requests: cpu: 1m memory: 16M bash: limits: memory: 32M requests: cpu: 1m memory: 4M collector: limits: memory: 2G requests: cpu: 4m memory: 32M configReloader: limits: memory: 32M requests: cpu: 1m memory: 4M operator: limits: memory: 2G requests: cpu: 1m memory: 16M ruleEvaluator: limits: memory: 1G requests: cpu: 1m memory: 16M deployOperator: true tls: base64: ca: null cert: null key: null collector: rbac: create: true serviceAccount: create: true operator: rbac: create: true serviceAccount: create: true ruleEvaluator: rbac: create: true serviceAccount: create: true name: rule-evaluator