Füge neue ArgoCD-Anwendungen und Konfigurationen für Homelab-Apps hinzu
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: freshrss
|
||||
namespace: argocd
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
destination:
|
||||
namespace: freshrss
|
||||
server: {{ $.Values.spec.destination.server }}
|
||||
project: homelab-apps
|
||||
source:
|
||||
path: .
|
||||
repoURL: https://git.hnrx.net/k8s/freshrss.git
|
||||
targetRevision: main
|
||||
directory:
|
||||
recurse: true
|
||||
exclude: 'renovate.json'
|
||||
syncPolicy:
|
||||
automated:
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
Reference in New Issue
Block a user