Files
homelab-infra/apps/gitea/helmrelease.yaml
T
panxiao81 b4c61c5e10
lint / yaml (push) Successful in 17s
lint / yaml (pull_request) Successful in 20s
lint / terraform (push) Successful in 38s
lint / terraform (pull_request) Successful in 31s
lint / ansible (push) Successful in 4m16s
lint / ansible (pull_request) Successful in 4m5s
feat(gitops): 启用 Gitea Helm 接管
2026-09-10 05:38:43 +00:00

32 lines
583 B
YAML

apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: gitea
namespace: gitea
spec:
chart:
spec:
chart: gitea
interval: 1h
sourceRef:
kind: HelmRepository
name: gitea-charts
version: 12.5.3
driftDetection:
mode: enabled
install:
strategy:
name: RetryOnFailure
retryInterval: 5m
interval: 30m
releaseName: gitea
targetNamespace: gitea
timeout: 15m
upgrade:
strategy:
name: RetryOnFailure
retryInterval: 5m
valuesFrom:
- kind: ConfigMap
name: gitea-values