add aplications to kustomization
This commit is contained in:
parent
7739d75450
commit
32f1251468
|
|
@ -1,24 +0,0 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: applications
|
||||
spec:
|
||||
destination:
|
||||
name: ''
|
||||
namespace: argocd
|
||||
server: 'https://kubernetes.default.svc'
|
||||
source:
|
||||
path: k8s/applications
|
||||
repoURL: 'git@bitbucket.org:jamkazam/video-iac.git'
|
||||
targetRevision: HEAD
|
||||
project: default
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
allowEmpty: false
|
||||
retry:
|
||||
limit: 5
|
||||
backoff:
|
||||
duration: 5s
|
||||
factor: 2
|
||||
maxDuration: 3m
|
||||
|
|
@ -4,10 +4,10 @@ kind: Kustomization
|
|||
namespace: argocd
|
||||
|
||||
resources:
|
||||
- apps.yaml
|
||||
- haproxy-ingress.yaml
|
||||
- argocd.yaml
|
||||
- cert-manager.yaml
|
||||
- metrics-server.yaml
|
||||
- applications.yaml
|
||||
- external-dns.yaml
|
||||
- ingress-nginx.yaml
|
||||
Loading…
Reference in New Issue