Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions charts/argocd-understack/templates/application-monitoring.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ spec:
- $deploy/{{ include "understack.deploy_path" $ }}/monitoring/values.yaml
repoURL: https://prometheus-community.github.io/helm-charts
targetRevision: 79.5.0
- chart: karma
helm:
ignoreMissingValueFiles: true
releaseName: karma
valueFiles:
- $understack/operators/monitoring/values-karma.yaml
- $deploy/{{ include "understack.deploy_path" $ }}/monitoring/values-karma.yaml
repoURL: https://wiremind.github.io/wiremind-helm-charts
targetRevision: 2.11.0
- path: operators/monitoring
ref: understack
repoURL: {{ include "understack.understack_url" $ }}
Expand Down
11 changes: 11 additions & 0 deletions operators/monitoring/values-karma.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Default values for karma.
resources:
limits:
cpu: 1000m
memory: 4Gi
# requests:
# cpu: 100m
# memory: 128Mi
env:
- name: ALERTMANAGER_URI
value: http://kube-prometheus-stack-alertmanager.monitoring.svc.cluster.local:9093
Loading