Skip to content

Commit

Permalink
coroot-ce chart
Browse files Browse the repository at this point in the history
  • Loading branch information
def committed Nov 21, 2024
1 parent f7aae2d commit c3c0c02
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/coroot-ce/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: v2
name: coroot-ce
description: A monitoring and troubleshooting tool for microservice architectures.
type: application
version: 0.1.0
6 changes: 6 additions & 0 deletions charts/coroot-ce/templates/coroot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: coroot.com/v1
kind: Coroot
metadata:
name: {{ .Release.Name }}
spec:
{{ .Values | toYaml | indent 2 }}
72 changes: 72 additions & 0 deletions charts/coroot-ce/values.yaml
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit c3c0c02

Please sign in to comment.