applications added
This commit is contained in:
@ -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
|
20
infrastructure/02-argocd/applications/apps-gitea.yaml
Normal file
20
infrastructure/02-argocd/applications/apps-gitea.yaml
Normal 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
|
20
infrastructure/02-argocd/applications/apps-newcloud.yaml
Normal file
20
infrastructure/02-argocd/applications/apps-newcloud.yaml
Normal 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
|
20
infrastructure/02-argocd/applications/apps-paperless.yaml
Normal file
20
infrastructure/02-argocd/applications/apps-paperless.yaml
Normal 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
|
20
infrastructure/02-argocd/applications/apps-vaultwarden.yaml
Normal file
20
infrastructure/02-argocd/applications/apps-vaultwarden.yaml
Normal 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
|
@ -5,7 +5,7 @@ metadata:
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
name: in-cluster
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: traefik
|
||||
project: default
|
||||
source:
|
||||
|
10
infrastructure/02-argocd/applications/kustomization.yaml
Normal file
10
infrastructure/02-argocd/applications/kustomization.yaml
Normal 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
|
@ -5,7 +5,7 @@ metadata:
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
name: in-cluster
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: website
|
||||
project: default
|
||||
source:
|
||||
|
Reference in New Issue
Block a user