mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
20 lines
387 B
YAML
20 lines
387 B
YAML
# /apps/prod/gitea/release.yaml
|
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: gitea
|
|
namespace: gitea
|
|
spec:
|
|
interval: 1h
|
|
chart:
|
|
spec:
|
|
chart: gitea
|
|
version: 10.6.0
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: gitea
|
|
namespace: gitea
|
|
interval: 1h
|
|
valuesFrom:
|
|
- kind: ConfigMap
|
|
name: gitea-prod-values |