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

@@ -9,7 +9,6 @@ keywords:
home: https://wiki.alexlebens.dev/doc/gitea-OgqW6bQWrW home: https://wiki.alexlebens.dev/doc/gitea-OgqW6bQWrW
sources: sources:
- https://github.com/go-gitea/gitea - https://github.com/go-gitea/gitea
- https://github.com/minio/operator
- https://github.com/meilisearch/meilisearch - https://github.com/meilisearch/meilisearch
- https://github.com/valkey-io/valkey - https://github.com/valkey-io/valkey
- https://github.com/cloudflare/cloudflared - https://github.com/cloudflare/cloudflared
@@ -17,7 +16,6 @@ sources:
- https://hub.docker.com/r/gitea/gitea - https://hub.docker.com/r/gitea/gitea
- https://gitea.com/gitea/helm-chart - https://gitea.com/gitea/helm-chart
- https://github.com/bjw-s/helm-charts/tree/main/charts/other/app-template - https://github.com/bjw-s/helm-charts/tree/main/charts/other/app-template
- https://github.com/minio/operator/tree/master/helm/tenant
- https://github.com/meilisearch/meilisearch-kubernetes/tree/main/charts/meilisearch - https://github.com/meilisearch/meilisearch-kubernetes/tree/main/charts/meilisearch
- https://github.com/bitnami/charts/tree/main/bitnami/valkey - https://github.com/bitnami/charts/tree/main/bitnami/valkey
- https://github.com/alexlebens/helm-charts/tree/main/charts/cloudflared - https://github.com/alexlebens/helm-charts/tree/main/charts/cloudflared
@@ -47,4 +45,4 @@ dependencies:
version: 4.2.1 version: 4.2.1
repository: http://alexlebens.github.io/helm-charts repository: http://alexlebens.github.io/helm-charts
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/gitea.png icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/gitea.png
appVersion: 1.22.4 appVersion: 1.23.5

View File

@@ -1,8 +1,12 @@
gitea: gitea:
global: global:
imageRegistry: registry.hub.docker.com imageRegistry: registry.hub.docker.com
replicaCount: 3
strategy: strategy:
type: "Recreate" type: "RollingUpdate"
rollingUpdate:
maxSurge: "100%"
maxUnavailable: 0
image: image:
repository: gitea/gitea repository: gitea/gitea
tag: 1.23.5 tag: 1.23.5