Squashed 'cluster-config/' content from commit 654f2390
git-subtree-dir: cluster-config git-subtree-split: 654f23903bd1f9a27a4810bd289d165b6cfdbb0c
This commit is contained in:
3
clusters/overlays/local.aws/README.md
Normal file
3
clusters/overlays/local.aws/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
#### Home (local) Cluster
|
||||
|
||||
This is a cluster deployed in AWS using cluster.ocplab-aws.com for base DNS.
|
||||
@@ -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
|
||||
@@ -0,0 +1,6 @@
|
||||
- op: replace
|
||||
path: /spec/source/name
|
||||
value: aws.cluster
|
||||
- op: replace
|
||||
path: /metadata/name
|
||||
value: aws-cluster
|
||||
@@ -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
|
||||
@@ -0,0 +1,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- cluster-monitoring-config-cm.yaml
|
||||
Reference in New Issue
Block a user