Add argocd and ingress controller manifests

This commit is contained in:
Ian Keane 2026-08-16 15:20:01 -04:00
parent 2ffcfcf549
commit 9dd2d7d85c
5 changed files with 74 additions and 0 deletions

18
apps/apps.yaml Normal file
View file

@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: apps
namespace: argocd
spec:
project: default
source:
repoURL: https://forge.keane.sh/ian/dumpnet-argo.git
targetRevision: HEAD
path: manifests
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true