add replica

This commit is contained in:
2025-03-11 11:28:01 -05:00
parent 964ca32fd6
commit 87237b6491
2 changed files with 6 additions and 4 deletions

View File

@@ -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