Commit f75f7307 authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

reducing max sessions to 9 to avoid reaching max k8s pod count of 110

parent 910d14c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ repo:
        # session encryption key k8s secret (data: encryption-key)
        key-secret: meep-session
        # maximum simultaneous sessions
        max-sessions: 10
        max-sessions: 9
      # GitHub OAuth provider config
      github:
        # enable GitHub OAuth