Skip to content

Commit

Permalink
coroot-ee chart
Browse files Browse the repository at this point in the history
  • Loading branch information
apetruhin committed Oct 3, 2024
1 parent eb3f240 commit 7dedc78
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/coroot-ee/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: v2
name: coroot-ee
description: A monitoring and troubleshooting tool for microservice architectures.
type: application
version: 0.1.0
8 changes: 8 additions & 0 deletions charts/coroot-ee/templates/coroot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: coroot.com/v1
kind: Coroot
metadata:
name: {{ .Release.Name }}
spec:
enterpriseEdition:
licenseKey: {{ .Values.licenseKey }}
{{ omit .Values "licenseKey" | toYaml | indent 2 }}
64 changes: 64 additions & 0 deletions charts/coroot-ee/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
licenseKey:

apiKey:
metricsRefreshInterval: 15s
authAnonymousRole:
authBootstrapAdminPassword:

service:
# type: ClusterIP
# port: 8080
# nodePort:

storage:
size: 10Gi
# className:

resources:
# requests:
# cpu: 1
# memory: 4Gi
# limits:
# cpu:
# memory:

nodeAgent:
# priorityClassName:
# updateStrategy:
# type: RollingUpdate
# rollingUpdate:
# maxUnavailable: 1
# resources:
# requests:
# cpu:
# memory:
# limits:
# cpu:
# memory:

clusterAgent:
# resources:
# requests:
# cpu:
# memory:
# limits:
# cpu:
# memory:

prometheus:
storage:
size: 10Gi
# className:

clickhouse:
shards: 1
replicas: 1
storage:
size: 100Gi
# className:

#externalClickhouse:
# address:
# user:
# password:
# database:

0 comments on commit 7dedc78

Please sign in to comment.