Skip to content

Commit

Permalink
path-based
Browse files Browse the repository at this point in the history
  • Loading branch information
jarpat committed Mar 6, 2024
1 parent 741be4a commit ee089bc
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 All @@ -72,10 +79,3 @@ 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 ee089bc

Please sign in to comment.