feat: add Gateway, ClusterIssuer, and platform-config app

This commit is contained in:
2026-07-01 19:59:23 +01:00
parent 960453e00e
commit 1cf9f1bb72
3 changed files with 78 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: platform-config
namespace: argo-cd
spec:
project: default
source:
repoURL: git@git.jrdn.dev:JamesAllenby/homelab-platform.git
targetRevision: main
path: manifests
destination:
server: https://kubernetes.default.svc
syncPolicy:
automated:
prune: true
selfHeal: true