Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 678 Bytes

File metadata and controls

15 lines (10 loc) · 678 Bytes

Scale AuthServer for AppSSO

This topic tells you how to scale AuthServer for Application Single Sign-On (commonly called AppSSO).

The number of authorization server replicas for an AuthServer can be specified under spec.replicas.

Furthermore, AuthServer implements the scale subresource. That means you can scale an AuthServer with the existing tooling. For example:

kubectl scale authserver authserver-sample --replicas=3

The resource of the authorization server and Redis Deployments can be configured under spec.resources and spec.redisResources respectively. See the API reference for details.