applications added

This commit is contained in:
2024-04-09 07:34:06 +02:00
parent 868a8f4435
commit bd8ccc8dc9
9 changed files with 114 additions and 2 deletions

View File

@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: adguard
namespace: argocd
spec:
destination:
server: https://kubernetes.default.svc
namespace: adguard
project: default
source:
path: apps/adguard
repoURL: https://github.com/illiumst/kubedeploy.git
targetRevision: HEAD
syncPolicy:
automated:
selfHeal: true
prune: true
syncOptions:
- CreateNamespace=true

View File

@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: gitea
namespace: argocd
spec:
destination:
server: https://kubernetes.default.svc
namespace: gitea
project: default
source:
path: apps/gitea
repoURL: https://github.com/illiumst/kubedeploy.git
targetRevision: HEAD
syncPolicy:
automated:
selfHeal: true
prune: true
syncOptions:
- CreateNamespace=true

View File

@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: nextcloud
namespace: argocd
spec:
destination:
server: https://kubernetes.default.svc
namespace: nextcloud
project: default
source:
path: apps/nextcloud
repoURL: https://github.com/illiumst/kubedeploy.git
targetRevision: HEAD
syncPolicy:
automated:
selfHeal: true
prune: true
syncOptions:
- CreateNamespace=true

View File

@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: paperless
namespace: argocd
spec:
destination:
server: https://kubernetes.default.svc
namespace: paperless
project: default
source:
path: apps/paperless
repoURL: https://github.com/illiumst/kubedeploy.git
targetRevision: HEAD
syncPolicy:
automated:
selfHeal: true
prune: true
syncOptions:
- CreateNamespace=true

View File

@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: vaultwarden
namespace: argocd
spec:
destination:
server: https://kubernetes.default.svc
namespace: vaultwarden
project: default
source:
path: apps/vaultwarden
repoURL: https://github.com/illiumst/kubedeploy.git
targetRevision: HEAD
syncPolicy:
automated:
selfHeal: true
prune: true
syncOptions:
- CreateNamespace=true

View File

@ -5,7 +5,7 @@ metadata:
namespace: argocd
spec:
destination:
name: in-cluster
server: https://kubernetes.default.svc
namespace: traefik
project: default
source:

View File

@ -0,0 +1,10 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- apps-adguard copy 3.yaml
- apps-gitea.yaml
- apps-newcloud.yaml
- apps-paperless.yaml
- apps-vaultwarden.yaml
- infrastructure-traefik.yaml
- projects-website.yaml

View File

@ -5,7 +5,7 @@ metadata:
namespace: argocd
spec:
destination:
name: in-cluster
server: https://kubernetes.default.svc
namespace: website
project: default
source: