Skip to content

Commit

Permalink
edit ingress definitions for alertmanager
Browse files Browse the repository at this point in the history
  • Loading branch information
jarpat committed Mar 6, 2024
1 parent 42be8bf commit 0d5c353
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
8 changes: 0 additions & 8 deletions requirements.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ prometheus:
- {{ V4M_PROMETHEUS_FQDN }}
prometheusSpec:
externalUrl: "https://{{ V4M_PROMETHEUS_FQDN }}"
alertingEndpoints:
- name: v4m-alertmanager
port: http-web
scheme: https
tlsConfig:
insecureSkipVerify: true
storageSpec:
volumeClaimTemplate:
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ grafana:

# Note that Prometheus and Alertmanager do not have any
# authentication configured by default, exposing an
# unauthenticated applicaton without other restrictions
# unauthenticated application without other restrictions
# in place is insecure.

prometheus:
Expand Down Expand Up @@ -72,3 +72,10 @@ alertmanager:
alertmanagerSpec:
routePrefix: /alertmanager
externalUrl: "https://{{ V4M_BASE_DOMAIN }}/alertmanager"
alertingEndpoints:
- name: v4m-alertmanager
port: http-web
pathPrefix: "/alertmanager"
scheme: https
tlsConfig:
insecureSkipVerify: true

0 comments on commit 0d5c353

Please sign in to comment.