From 79780efcceef062c6853e1bb17daa51de1e0c71a Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Fri, 26 Jan 2024 22:42:43 -0500 Subject: [PATCH] authentik upgrade strat --- authentik/helmrelease-authentik.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/authentik/helmrelease-authentik.yaml b/authentik/helmrelease-authentik.yaml index d95f8f5..270095a 100644 --- a/authentik/helmrelease-authentik.yaml +++ b/authentik/helmrelease-authentik.yaml @@ -25,11 +25,11 @@ spec: # -- server containerSecurityContext containerSecurityContext: {} # -- server deployment strategy - strategy: {} - # type: RollingUpdate - # rollingUpdate: - # maxSurge: 25% - # maxUnavailable: 25% + strategy: + type: RollingUpdate + rollingUpdate: + maxSurge: 1 + maxUnavailable: 1 worker: # -- worker replicas @@ -41,11 +41,11 @@ spec: # -- worker containerSecurityContext containerSecurityContext: {} # -- worker strategy - strategy: {} - # type: RollingUpdate - # rollingUpdate: - # maxSurge: 25% - # maxUnavailable: 25% + strategy: + type: RollingUpdate + rollingUpdate: + maxSurge: 1 + maxUnavailable: 1 image: repository: ghcr.io/goauthentik/server