Skip to content

Commit 815b5fb

Browse files
authored
feat: use the correct values for the ingress (#35)
Signed-off-by: Georgi Ivanov <georgi@ouzi.dev> Signed-off-by: Georgi Ivanov <georgi@ouzi.dev>
1 parent 469156a commit 815b5fb

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

packages/08-prow/01-helm/values.yaml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,12 @@ secrets: {{ if .prow.slack.token }}
77
oauthConfig: oauth-config
88
bucketGcsCredentials: prow-bucket-gcs-credentials
99

10-
deck:
11-
ingress:
12-
host: prow.{{ .global.basedomain }}
13-
annotations:
14-
nginx.ingress.kubernetes.io/auth-url: "https://oauth2.{{ .global.basedomain }}/oauth2/auth"
15-
nginx.ingress.kubernetes.io/auth-signin: "https://oauth2.{{ .global.basedomain }}/oauth2/start?rd=/redirect/$http_host$request_uri"
16-
17-
hook:
18-
ingress:
19-
host: prow.{{ .global.basedomain }}
10+
ingress:
11+
ingressClass: nginx
12+
host: prow.{{ .global.basedomain }}
13+
annotations:
14+
nginx.ingress.kubernetes.io/auth-url: "https://oauth2.{{ .global.basedomain }}/oauth2/auth"
15+
nginx.ingress.kubernetes.io/auth-signin: "https://oauth2.{{ .global.basedomain }}/oauth2/start?rd=/redirect/$http_host$request_uri"
2016

2117
github:
2218
org: {{ .global.github.org }}

0 commit comments

Comments
 (0)