This commit is contained in:
2025-09-01 22:59:23 +02:00
parent c464946cf0
commit a9bf77f872
2 changed files with 19 additions and 3 deletions

16
app-of-apps/gitea.yaml Normal file
View File

@@ -0,0 +1,16 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: gitea
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: gitea
server: https://kubernetes.default.svc
project: default
source:
path: gitea
repoURL: https://git.undercloud.local/Undercloud/k8s-apps.git
targetRevision: HEAD

View File

@@ -1,16 +1,16 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: fellyfin
name: jellyfin
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: fellyfin
namespace: jellyfin
server: https://kubernetes.default.svc
project: default
source:
path: fellyfin
path: jellyfin
repoURL: https://git.undercloud.local/Undercloud/k8s-apps.git
targetRevision: HEAD