initial commit

This commit is contained in:
gwg313 2025-06-21 15:47:08 -04:00
commit 471f30f0b1
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
13 changed files with 286 additions and 0 deletions

23
apps/istio.yaml Normal file
View file

@ -0,0 +1,23 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: istio
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/gwg313/homelab-gitops
targetRevision: main
path: istio
helm:
valueFiles:
- base-values.yaml
destination:
server: https://kubernetes.default.svc
namespace: istio-system
syncPolicy:
automated:
selfHeal: true
prune: true
syncOptions:
- CreateNamespace=true

18
apps/security.yaml Normal file
View file

@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cluster-security
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/gwg313/homelab-gitops
targetRevision: main
path: security
destination:
server: https://kubernetes.default.svc
namespace: kube-system
syncPolicy:
automated:
selfHeal: true
prune: true