Files
rke2-single-node/09_homelab_apps/homelab-apps/templates/forgejo.yaml
T
2026-05-10 14:32:12 +02:00

31 lines
695 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: forgejo
namespace: argocd
spec:
destination:
namespace: forgejo
server: {{ $.Values.spec.destination.server }}
project: homelab
source:
path: .
repoURL: oci://code.forgejo.org/forgejo-helm/forgejo
targetRevision: 17.0.1
helm:
values: |
persistence:
enabled: false
httpRoute:
enabled: true
hostnames:
- forgejo.k8s.hnrx.net
parentRefs:
- name: shared-gateway
namespace: default
syncPolicy:
automated:
selfHeal: true
syncOptions:
- CreateNamespace=true