Skip to content

Commit

Permalink
Merge pull request #564 from roidelapluie/ingress3
Browse files Browse the repository at this point in the history
Fix ingress manifest
  • Loading branch information
roidelapluie committed Jun 19, 2023
2 parents 4ce99b2 + d6804e9 commit 2fa2555
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 2fa2555

Please sign in to comment.