Skip to content

Commit 46f6b98

Browse files
committed
add karma
1 parent e914791 commit 46f6b98

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

charts/argocd-understack/templates/application-monitoring.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@ spec:
2626
- $deploy/{{ include "understack.deploy_path" $ }}/monitoring/values.yaml
2727
repoURL: https://prometheus-community.github.io/helm-charts
2828
targetRevision: 79.5.0
29+
- chart: karma
30+
helm:
31+
ignoreMissingValueFiles: true
32+
releaseName: karma
33+
valueFiles:
34+
- $understack/operators/monitoring/values-karma.yaml
35+
- $deploy/{{ include "understack.deploy_path" $ }}/monitoring/values-karma.yaml
36+
repoURL: https://wiremind.github.io/wiremind-helm-charts
37+
targetRevision: 2.11.0
2938
- path: operators/monitoring
3039
ref: understack
3140
repoURL: {{ include "understack.understack_url" $ }}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Default values for karma.
2+
resources:
3+
limits:
4+
cpu: 1000m
5+
memory: 4Gi
6+
# requests:
7+
# cpu: 100m
8+
# memory: 128Mi
9+
env:
10+
- name: ALERTMANAGER_URI
11+
value: http://kube-prometheus-stack-alertmanager.monitoring.svc.cluster.local:9093

0 commit comments

Comments
 (0)