Skip to content

Commit

Permalink
feat: specify IngressClassName for dex ingress (#2665)
Browse files Browse the repository at this point in the history
* feat: specify IngressClassName for `dex` Ingress

Signed-off-by: Anatolii Bazko <[email protected]>



---------

Signed-off-by: Anatolii Bazko <[email protected]>
  • Loading branch information
tolusha authored Apr 24, 2023
1 parent 420dc21 commit 20c279f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/dex/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ metadata:
labels:
app: dex
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/proxy-connect-timeout: "3600"
nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
nginx.ingress.kubernetes.io/ssl-redirect: "true"
spec:
ingressClassName: nginx
rules:
- host: dex.{{DOMAIN}}
http:
Expand Down

0 comments on commit 20c279f

Please sign in to comment.