initial acm config
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
resources:
|
||||
- github.com/redhat-cop/gitops-catalog/advanced-cluster-management/operator/overlays/release-2.12
|
||||
- github.com/redhat-cop/gitops-catalog/advanced-cluster-management/instance/base
|
||||
|
||||
patches:
|
||||
- patch: |-
|
||||
- op: replace
|
||||
path: /spec/channel
|
||||
value: 'release-2.13'
|
||||
target:
|
||||
kind: Subscription
|
||||
name: advanced-cluster-management
|
||||
@@ -0,0 +1,31 @@
|
||||
kind: ConfigMap
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: observability-metrics-custom-allowlist
|
||||
namespace: open-cluster-management-observability
|
||||
data:
|
||||
metrics_list.yaml: |
|
||||
names:
|
||||
- argocd_cluster_info
|
||||
- argocd-server-metrics
|
||||
- argocd_app_info
|
||||
- argocd_app_sync_total
|
||||
- argocd_app_reconcile_count
|
||||
- argocd_app_reconcile_bucket
|
||||
- argocd_app_k8s_request_total
|
||||
- argocd_kubectl_exec_pending
|
||||
- argocd-metrics
|
||||
- argocd_cluster_api_resource_objects
|
||||
- argocd_cluster_api_resources
|
||||
- argocd_cluster_events_total
|
||||
- argocd_git_request_total
|
||||
- argocd_git_request_duration_seconds_bucket
|
||||
- argocd-repo-server
|
||||
- argocd_redis_request_total
|
||||
- process_start_time_seconds
|
||||
- workqueue_depth
|
||||
- go_memstats_heap_alloc_bytes
|
||||
- process_cpu_seconds_total
|
||||
- go_goroutines
|
||||
- go_gc_duration_seconds
|
||||
- grpc_server_handled_total
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,46 @@
|
||||
namespace: open-cluster-management-observability
|
||||
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
labels:
|
||||
grafana-custom-dashboard: "true"
|
||||
|
||||
resources:
|
||||
- github.com/redhat-cop/gitops-catalog/advanced-cluster-management/instance/observability
|
||||
- custom-metrics-allowlist.yaml
|
||||
|
||||
configMapGenerator:
|
||||
- name: gitops-dashboard
|
||||
files:
|
||||
- gitops.json=gitops-dashboard.json
|
||||
|
||||
patches:
|
||||
- patch: |-
|
||||
- op: replace
|
||||
path: /spec/storageConfig/storageClass
|
||||
value: lvms-vg1
|
||||
- op: replace
|
||||
path: /spec/observabilityAddonSpec/interval
|
||||
value: 60
|
||||
- op: add
|
||||
path: /spec/advanced
|
||||
value:
|
||||
alertmanager:
|
||||
replicas: 1
|
||||
grafana:
|
||||
replicas: 1
|
||||
observatoriumAPI:
|
||||
replicas: 1
|
||||
query:
|
||||
replicas: 1
|
||||
queryFrontend:
|
||||
replicas: 1
|
||||
queryFrontendMemcached:
|
||||
replicas: 1
|
||||
rbacQueryProxy:
|
||||
replicas: 1
|
||||
receive:
|
||||
replicas: 1
|
||||
target:
|
||||
kind: MultiClusterObservability
|
||||
name: observability
|
||||
Reference in New Issue
Block a user