Skip to content

Commit

Permalink
Fix ingress manifest
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Pivotto <[email protected]>
  • Loading branch information
roidelapluie committed Jun 19, 2023
1 parent 4ce99b2 commit d6804e9
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@ spec:
- http:
paths:
- backend:
serviceName: prometheus-test-{{ normalise .RELEASE }}
servicePort: 80
service:
name: prometheus-test-{{ normalise .RELEASE }}
port:
number: 80
path: /{{ .PR_NUMBER }}/prometheus-release
pathType: Prefix
- backend:
serviceName: prometheus-test-pr-{{ .PR_NUMBER }}
servicePort: 80
service:
name: prometheus-test-pr-{{ .PR_NUMBER }}
port:
number: 80
path: /{{ .PR_NUMBER }}/prometheus-pr
pathType: Prefix

0 comments on commit d6804e9

Please sign in to comment.