Skip to content

Commit

Permalink
need kind in ingressroute object
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish1099 committed Aug 20, 2024
1 parent 4019afc commit 35adfd7
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ spec:
entryPoints:
- websecure
routes:
- match: Host(`{{ .Values.prometheus.server }}`) && PathPrefix(`/{{ .Values.customerid }}`)
- kind: Rule
match: Host(`{{ .Values.prometheus.server }}`) && PathPrefix(`/{{ .Values.customerid }}`)
priority: 10
services:
- name: prometheus-main
- kind: Service
name: prometheus-main
namespace: monitoring-{{ .Values.customerid }}
passHostHeader: true
port: web
Expand Down

0 comments on commit 35adfd7

Please sign in to comment.