Skip to content

Commit

Permalink
feat: use the correct values for the ingress (#35)
Browse files Browse the repository at this point in the history
Signed-off-by: Georgi Ivanov <[email protected]>

Signed-off-by: Georgi Ivanov <[email protected]>
  • Loading branch information
givanov authored Aug 19, 2022
1 parent 469156a commit 815b5fb
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions packages/08-prow/01-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,12 @@ secrets: {{ if .prow.slack.token }}
oauthConfig: oauth-config
bucketGcsCredentials: prow-bucket-gcs-credentials

deck:
ingress:
host: prow.{{ .global.basedomain }}
annotations:
nginx.ingress.kubernetes.io/auth-url: "https://oauth2.{{ .global.basedomain }}/oauth2/auth"
nginx.ingress.kubernetes.io/auth-signin: "https://oauth2.{{ .global.basedomain }}/oauth2/start?rd=/redirect/$http_host$request_uri"

hook:
ingress:
host: prow.{{ .global.basedomain }}
ingress:
ingressClass: nginx
host: prow.{{ .global.basedomain }}
annotations:
nginx.ingress.kubernetes.io/auth-url: "https://oauth2.{{ .global.basedomain }}/oauth2/auth"
nginx.ingress.kubernetes.io/auth-signin: "https://oauth2.{{ .global.basedomain }}/oauth2/start?rd=/redirect/$http_host$request_uri"

github:
org: {{ .global.github.org }}
Expand Down

0 comments on commit 815b5fb

Please sign in to comment.