Added ArgoCD and Longhorn applications
This commit is contained in:
parent
dd3972e193
commit
05c85c4662
2 changed files with 36 additions and 0 deletions
18
argocd-apps/apps/argocd.yaml
Normal file
18
argocd-apps/apps/argocd.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: argocd
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
project: platform
|
||||||
|
source:
|
||||||
|
repoURL: https://www.symcrest.com/internal/dev/forgejo/symcrest/k8s-platform.git
|
||||||
|
targetRevision: main
|
||||||
|
path: rendered/argocd
|
||||||
|
destination:
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
namespace: argocd
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: false
|
||||||
|
selfHeal: true
|
||||||
18
argocd-apps/apps/longhorn.yaml
Normal file
18
argocd-apps/apps/longhorn.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: longhorn
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
project: platform
|
||||||
|
source:
|
||||||
|
repoURL: https://www.symcrest.com/internal/dev/forgejo/symcrest/k8s-platform.git
|
||||||
|
targetRevision: main
|
||||||
|
path: rendered/longhorn
|
||||||
|
destination:
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
namespace: longhorn-system
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: false
|
||||||
|
selfHeal: true
|
||||||
Loading…
Add table
Add a link
Reference in a new issue