feat(argocd): added required apps for movienight to operate

This commit is contained in:
ITQ
2026-05-22 18:07:31 +03:00
parent 8350239a1a
commit ea6b90bc67
3 changed files with 94 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cloudnative-pg
namespace: argocd
spec:
project: default
source:
repoURL: https://cloudnative-pg.github.io/charts
targetRevision: 0.27.1
chart: cloudnative-pg
destination:
server: https://kubernetes.default.svc
namespace: cloudnative-pg
syncPolicy:
automated:
prune: true
selfHeal: true
enabled: true
syncOptions:
- CreateNamespace=true
- ApplyOutOfSyncOnly=true
- ServerSideApply=true
@@ -0,0 +1,32 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: external-secrets-operator
namespace: argocd
spec:
project: default
source:
repoURL: https://charts.external-secrets.io
targetRevision: 2.5.0
chart: external-secrets
helm:
valuesObject:
webhook:
create: false
certController:
create: false
destination:
server: https://kubernetes.default.svc
namespace: external-secrets
syncPolicy:
automated:
prune: true
selfHeal: true
enabled: true
syncOptions:
- CreateNamespace=true
- ApplyOutOfSyncOnly=true
- ServerSideApply=true
+36
View File
@@ -0,0 +1,36 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: jellyfin
namespace: argocd
spec:
project: default
source:
repoURL: https://jellyfin.github.io/jellyfin-helm
targetRevision: 2.7.0
chart: jellyfin
helm:
valuesObject:
replicaCount: 1
persistence:
config:
size: 4Gi
media:
size: 20Gi
metrics:
enabled: true
destination:
server: https://kubernetes.default.svc
namespace: jellyfin
syncPolicy:
automated:
prune: true
selfHeal: true
enabled: true
syncOptions:
- CreateNamespace=true
- ApplyOutOfSyncOnly=true
- ServerSideApply=true