Files
homelab/cluster/platform/gateway/application.yaml
2026-05-18 19:11:42 -05:00

31 lines
889 B
YAML

# ------------------------------------------------------------------------------
# Platform: gateway
# Wave 4 — depends on cert-manager (wave 3) for wildcard TLS cert
# Single source: plain manifests from repo (no Helm chart)
# ------------------------------------------------------------------------------
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: gateway
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "4"
spec:
project: default
source:
repoURL: https://gitea.mk-labs.cloud/rblundon/homelab.git
targetRevision: main
path: cluster/platform/gateway
directory:
exclude: "application.yaml"
destination:
server: https://kubernetes.default.svc
namespace: gateway
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true