Skip to content

Commit

Permalink
feat: (IAC-1375) Edit Ingress Definitions for Alertmanager To Adapt C…
Browse files Browse the repository at this point in the history
…hanges From Viya Monitoring (#531)
  • Loading branch information
jarpat authored Mar 8, 2024
1 parent 42be8bf commit c2365a8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
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 All @@ -49,6 +49,13 @@ prometheus:
prometheusSpec:
routePrefix: /prometheus
externalUrl: "https://{{ V4M_BASE_DOMAIN }}/prometheus"
alertingEndpoints:
- name: v4m-alertmanager
port: http-web
pathPrefix: "/alertmanager"
scheme: https
tlsConfig:
insecureSkipVerify: true

alertmanager:
# Disable default configuration of NodePort
Expand Down

0 comments on commit c2365a8

Please sign in to comment.