From c3c0c02bec6faae40c75ad8d8ab77fad727821ec Mon Sep 17 00:00:00 2001 From: Nikolay Sivko Date: Thu, 21 Nov 2024 11:00:15 +0300 Subject: [PATCH] coroot-ce chart --- charts/coroot-ce/Chart.yaml | 5 ++ charts/coroot-ce/templates/coroot.yaml | 6 +++ charts/coroot-ce/values.yaml | 72 ++++++++++++++++++++++++++ 3 files changed, 83 insertions(+) create mode 100644 charts/coroot-ce/Chart.yaml create mode 100644 charts/coroot-ce/templates/coroot.yaml create mode 100644 charts/coroot-ce/values.yaml diff --git a/charts/coroot-ce/Chart.yaml b/charts/coroot-ce/Chart.yaml new file mode 100644 index 0000000..7a3853a --- /dev/null +++ b/charts/coroot-ce/Chart.yaml @@ -0,0 +1,5 @@ +apiVersion: v2 +name: coroot-ce +description: A monitoring and troubleshooting tool for microservice architectures. +type: application +version: 0.1.0 diff --git a/charts/coroot-ce/templates/coroot.yaml b/charts/coroot-ce/templates/coroot.yaml new file mode 100644 index 0000000..c0c36f4 --- /dev/null +++ b/charts/coroot-ce/templates/coroot.yaml @@ -0,0 +1,6 @@ +apiVersion: coroot.com/v1 +kind: Coroot +metadata: + name: {{ .Release.Name }} +spec: +{{ .Values | toYaml | indent 2 }} diff --git a/charts/coroot-ce/values.yaml b/charts/coroot-ce/values.yaml new file mode 100644 index 0000000..2fc571e --- /dev/null +++ b/charts/coroot-ce/values.yaml @@ -0,0 +1,72 @@ +apiKey: +metricsRefreshInterval: 15s +authAnonymousRole: +authBootstrapAdminPassword: + +service: +# type: ClusterIP +# port: 8080 +# nodePort: + +storage: + size: 10Gi +# className: + +resources: +# requests: +# cpu: 1 +# memory: 4Gi +# limits: +# cpu: +# memory: + +#env: +# - name: +# value: + +nodeAgent: +# priorityClassName: +# updateStrategy: +# type: RollingUpdate +# rollingUpdate: +# maxUnavailable: 1 +# resources: +# requests: +# cpu: +# memory: +# limits: +# cpu: +# memory: +# env: +# - name: +# value: + +clusterAgent: +# resources: +# requests: +# cpu: +# memory: +# limits: +# cpu: +# memory: +# env: +# - name: +# value: + +prometheus: + storage: + size: 10Gi +# className: + +clickhouse: + shards: 1 + replicas: 1 + storage: + size: 100Gi +# className: + +#externalClickhouse: +# address: +# user: +# password: +# database: