Organized ArgoCD applications by Forge domain
This commit is contained in:
parent
5c5b1fb95c
commit
fa5695e4c9
11 changed files with 1 additions and 1 deletions
20
argocd-apps/infrastructure/external-secrets.yaml
Normal file
20
argocd-apps/infrastructure/external-secrets.yaml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: external-secrets-config
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: platform
|
||||
source:
|
||||
repoURL: https://www.symcrest.com/internal/dev/git/symcrest/k8s-platform.git
|
||||
targetRevision: main
|
||||
path: infrastructure/external-secrets
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: external-secrets
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=false
|
||||
18
argocd-apps/infrastructure/longhorn.yaml
Normal file
18
argocd-apps/infrastructure/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/git/symcrest/k8s-platform.git
|
||||
targetRevision: main
|
||||
path: rendered/longhorn
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: longhorn-system
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: false
|
||||
selfHeal: true
|
||||
20
argocd-apps/infrastructure/network-policies.yaml
Normal file
20
argocd-apps/infrastructure/network-policies.yaml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: network-policies
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: platform
|
||||
source:
|
||||
repoURL: https://www.symcrest.com/internal/dev/git/symcrest/k8s-platform.git
|
||||
targetRevision: main
|
||||
path: infrastructure/network-policies
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: apps
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=false
|
||||
Loading…
Add table
Add a link
Reference in a new issue