mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
Add gitea
This commit is contained in:
19
apps/prod/gitea/release.yaml
Normal file
19
apps/prod/gitea/release.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: gitea
|
||||
namespace: gitea
|
||||
spec:
|
||||
interval: 1h
|
||||
chart:
|
||||
spec:
|
||||
chart: gitea
|
||||
version: 10.2.0
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: gitea
|
||||
namespace: gitea
|
||||
interval: 1h
|
||||
valuesFrom:
|
||||
- kind: ConfigMap
|
||||
name: gitea-prod-values
|
||||
Reference in New Issue
Block a user