Skip to content

Commit

Permalink
chart: set azure and idporten to false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tronghn committed Oct 9, 2024
1 parent a4b8328 commit bd33d2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/wonderwall/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aiven:
prometheusEndpointId:
redisPlan:
azure:
enabled: true
enabled: false
redisSecretName: wonderwall-azure-redis-rw
sessionMaxLifetime: 10h
sessionRefresh: true
Expand All @@ -29,7 +29,7 @@ azure:
ssoServerSecretName: wonderwall-azure-sso-server
groupIds: [] # ["<group-id>"] - additional group IDs to grant access to
idporten:
enabled: true
enabled: false
clientAccessTokenLifetime: 3600
clientSessionLifetime: 21600
clientSecretName: idporten-sso-server
Expand Down

0 comments on commit bd33d2d

Please sign in to comment.