Skip to content

Commit

Permalink
fix: update authservice readme and deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
UnicornChance committed Aug 26, 2024
1 parent d8587a7 commit 02cf9a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/authservice/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Authservice

test

`authservice` helps delegate the [OIDC Authorization Code Grant Flow](https://openid.net/specs/openid-connect-core-1_0.html#CodeFlowAuth)
to the Istio mesh. `authservice` is compatible with any standard OIDC Provider as well as other Istio End-user Auth features,
including [Authentication Policy](https://istio.io/docs/tasks/security/authn-policy/) and [RBAC](https://istio.io/docs/tasks/security/rbac-groups/).
Expand Down
2 changes: 1 addition & 1 deletion src/authservice/chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
port: 10003
readinessProbe:
tcpSocket:
port: 10003
port: 10004
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:
Expand Down

0 comments on commit 02cf9a5

Please sign in to comment.