Skip to content

Commit

Permalink
Merge pull request #10 from CuBiC3D/main
Browse files Browse the repository at this point in the history
Fix port on ingress to match default service setting for extensions/v1beta1 API
  • Loading branch information
BeryJu committed May 26, 2021
2 parents 6c971a0 + 774b34d commit 52c3727
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# authentik

![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![AppVersion: 2021.5.4](https://img.shields.io/badge/AppVersion-2021.5.4-informational?style=flat-square)
![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-informational?style=flat-square) ![AppVersion: 2021.5.3](https://img.shields.io/badge/AppVersion-2021.5.3-informational?style=flat-square)

authentik is an open-source Identity Provider focused on flexibility and versatility

Expand Down
4 changes: 2 additions & 2 deletions charts/authentik/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ keywords:
- ldap
- idp
- sp
version: 1.0.1
appVersion: 2021.5.4
version: 1.0.2
appVersion: 2021.5.3
icon: https://raw.githubusercontent.com/BeryJu/authentik/master/web/icons/icon.svg
maintainers:
- name: BeryJu
Expand Down
2 changes: 1 addition & 1 deletion charts/authentik/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
name: http
{{- else }}
serviceName: {{ include "common.names.fullname" $ }}
servicePort: 9000
servicePort: {{ $.Values.service.port }}
{{- end }}
{{- end }}
{{- end }}
Expand Down

0 comments on commit 52c3727

Please sign in to comment.