File tree Expand file tree Collapse file tree
charts/argocd-understack/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" $ }}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments