mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 21:09:58 +00:00
authentik upgrade strat
This commit is contained in:
@@ -25,11 +25,11 @@ spec:
|
|||||||
# -- server containerSecurityContext
|
# -- server containerSecurityContext
|
||||||
containerSecurityContext: {}
|
containerSecurityContext: {}
|
||||||
# -- server deployment strategy
|
# -- server deployment strategy
|
||||||
strategy: {}
|
strategy:
|
||||||
# type: RollingUpdate
|
type: RollingUpdate
|
||||||
# rollingUpdate:
|
rollingUpdate:
|
||||||
# maxSurge: 25%
|
maxSurge: 1
|
||||||
# maxUnavailable: 25%
|
maxUnavailable: 1
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
# -- worker replicas
|
# -- worker replicas
|
||||||
@@ -41,11 +41,11 @@ spec:
|
|||||||
# -- worker containerSecurityContext
|
# -- worker containerSecurityContext
|
||||||
containerSecurityContext: {}
|
containerSecurityContext: {}
|
||||||
# -- worker strategy
|
# -- worker strategy
|
||||||
strategy: {}
|
strategy:
|
||||||
# type: RollingUpdate
|
type: RollingUpdate
|
||||||
# rollingUpdate:
|
rollingUpdate:
|
||||||
# maxSurge: 25%
|
maxSurge: 1
|
||||||
# maxUnavailable: 25%
|
maxUnavailable: 1
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/goauthentik/server
|
repository: ghcr.io/goauthentik/server
|
||||||
|
|||||||
Reference in New Issue
Block a user