Skip to content

Commit

Permalink
add apps whatnot
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellrr committed Jan 23, 2024
1 parent 17c2387 commit 7d28390
Show file tree
Hide file tree
Showing 9 changed files with 54 additions and 0 deletions.
18 changes: 18 additions & 0 deletions argocd-manifests/ingress-nginx-app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: nginx-ingress-controller-app
namespace: argocd
spec:
project: default
source:
repoURL: 'https://github.com/eficode-academy/k8s-edge-gitops.git'
path: /ingress-nginx
targetRevision: HEAD
destination:
server: 'https://kubernetes.default.svc'
namespace: ingress-nginx
syncPolicy:
automated:
prune: true
selfHeal: true
18 changes: 18 additions & 0 deletions argocd-manifests/local-storage-provider-app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: nginx-ingress-controller-app
namespace: argocd
spec:
project: default
source:
repoURL: 'https://github.com/eficode-academy/k8s-edge-gitops.git'
path: /local-storage-provider
targetRevision: HEAD
destination:
server: 'https://kubernetes.default.svc'
namespace: ingress-nginx
syncPolicy:
automated:
prune: true
selfHeal: true
18 changes: 18 additions & 0 deletions argocd-manifests/management-app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: management-app
namespace: argocd
spec:
project: default
source:
repoURL: 'https://github.com/eficode-academy/k8s-edge-gitops.git'
path: /management
targetRevision: HEAD
destination:
server: 'https://kubernetes.default.svc'
namespace: management
syncPolicy:
automated:
prune: true
selfHeal: true
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7d28390

Please sign in to comment.