Skip to content

Commit

Permalink
Use unqualified name for alertmanager receiver URL
Browse files Browse the repository at this point in the history
  • Loading branch information
yahya-hrln committed Aug 9, 2023
1 parent 6f131f7 commit dc326cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/robusta/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ kube-prometheus-stack:
- name: 'null'
- name: 'robusta'
webhook_configs:
- url: 'http://robusta-runner.{{ .Release.Namespace }}.svc.cluster.local/api/alerts'
- url: 'http://robusta-runner.{{ .Release.Namespace }}/api/alerts'
send_resolved: true
alertmanagerSpec:
resources:
Expand Down

0 comments on commit dc326cc

Please sign in to comment.