generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 163
Open
Labels
area/deckIssues or PRs related to prow's deck componentIssues or PRs related to prow's deck componentkind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Description
I cannot find a way to have prow deck works when using a subpath.
Let's say i have the following ingress
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /$1
name: prow-deck
namespace: prow
spec:
ingressClassName: nginx
rules:
- host: infra.example.com
http:
paths:
- backend:
service:
name: prow-deck
port:
name: http
path: /prow/?(.*)I would expect prow to be available at https://infra.example.com/prow which is the case, but the static are not working and the prowjobs.js api are not working as they would be tried from https://infra.example.com
Reading the code, I cannot find a way to set a prefix
Metadata
Metadata
Assignees
Labels
area/deckIssues or PRs related to prow's deck componentIssues or PRs related to prow's deck componentkind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.