add replica
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
gitea:
|
||||
global:
|
||||
imageRegistry: registry.hub.docker.com
|
||||
replicaCount: 3
|
||||
strategy:
|
||||
type: "Recreate"
|
||||
type: "RollingUpdate"
|
||||
rollingUpdate:
|
||||
maxSurge: "100%"
|
||||
maxUnavailable: 0
|
||||
image:
|
||||
repository: gitea/gitea
|
||||
tag: 1.23.5
|
||||
|
Reference in New Issue
Block a user