Skip to content

Commit

Permalink
Remove deprecated fields in NAIS config
Browse files Browse the repository at this point in the history
  • Loading branch information
cskrov committed Jan 15, 2024
1 parent 0413f73 commit 6edd543
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions nais/nais.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ spec:
enabled: true
idporten:
enabled: true
clientURI: {{ingress}}
postLogoutRedirectURIs:
- {{ingress}}
accessTokenLifetime: 3600
sessionLifetime: 7200
sidecar:
enabled: true
prometheus:
Expand All @@ -49,4 +44,4 @@ spec:
liveness:
path: /isAlive
readiness:
path: /isReady
path: /isReady

0 comments on commit 6edd543

Please sign in to comment.