forked from oauth2-proxy/oauth2-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set Ingress network API version based on k8s version (oauth2-proxy#52)
Fixes oauth2-proxy#51
- Loading branch information
Showing
3 changed files
with
33 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
name: oauth2-proxy | ||
version: 4.2.0 | ||
version: 4.2.1 | ||
apiVersion: v2 | ||
appVersion: 7.1.3 | ||
home: https://oauth2-proxy.github.io/oauth2-proxy/ | ||
description: A reverse proxy that provides authentication with Google, Github or other providers | ||
keywords: | ||
- kubernetes | ||
- oauth | ||
- oauth2 | ||
- authentication | ||
- github | ||
- redis | ||
- kubernetes | ||
- oauth | ||
- oauth2 | ||
- authentication | ||
- github | ||
- redis | ||
dependencies: | ||
- name: redis | ||
version: ~10.6.0 | ||
repository: https://charts.bitnami.com/bitnami | ||
alias: redis | ||
condition: redis.enabled | ||
sources: | ||
- https://github.com/oauth2-proxy/oauth2-proxy | ||
- https://github.com/oauth2-proxy/manifests | ||
- https://github.com/oauth2-proxy/oauth2-proxy | ||
- https://github.com/oauth2-proxy/manifests | ||
maintainers: | ||
- name: desaintmartin | ||
email: cedric@desaintmartin.fr | ||
- name: tlawrie | ||
- name: NickMeves | ||
email: nicholas.meves@gmail.com | ||
- name: JoelSpeed | ||
email: joel.speed@hotmail.co.uk | ||
- name: pierluigilenoci | ||
email: pierluigi.lenoci@gmail.com | ||
- name: desaintmartin | ||
email: cedric@desaintmartin.fr | ||
- name: tlawrie | ||
- name: NickMeves | ||
email: nicholas.meves@gmail.com | ||
- name: JoelSpeed | ||
email: joel.speed@hotmail.co.uk | ||
- name: pierluigilenoci | ||
email: pierluigi.lenoci@gmail.com | ||
engine: gotpl | ||
kubeVersion: ">=1.9.0-0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
ingress: | ||
enabled: true | ||
path: / | ||
pathType: ImplementationSpecific | ||
hosts: | ||
- chart-example.local | ||
extraPaths: | ||
- path: /* | ||
pathType: ImplementationSpecific | ||
backend: | ||
service: | ||
name: ssl-redirect | ||
port: | ||
name: use-annotation | ||
- path: /* | ||
pathType: ImplementationSpecific | ||
backend: | ||
service: | ||
name: ssl-redirect | ||
port: | ||
name: use-annotation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters