Merge commit 'fe564d72279f4ab061b961dd528623f0ed272667' as 'cluster-config'

This commit is contained in:
2025-03-30 15:46:16 -05:00
346 changed files with 11754 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
kind: Kustomization
apiVersion: kustomize.config.k8s.io/v1beta1
resources:
- https://github.com/redhat-cop/gitops-catalog/cost-management-operator/overlays/aggregate
patchesJson6902:
- path: patch-source-and-name.yaml
target:
group: koku-metrics-cfg.openshift.io
kind: KokuMetricsConfig
name: instance
version: v1beta1

View File

@@ -0,0 +1,6 @@
- op: replace
path: /spec/source/name
value: aws.cluster
- op: replace
path: /metadata/name
value: aws-cluster

View File

@@ -0,0 +1,18 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: cluster-monitoring-config
namespace: openshift-monitoring
data:
config.yaml: |
enableUserWorkload: true
prometheusK8s:
volumeClaimTemplate:
spec:
accessModes:
- ReadWriteOnce
storageClassName: gp3-csi
volumeMode: Filesystem
resources:
requests:
storage: 40Gi

View File

@@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- cluster-monitoring-config-cm.yaml