Centralize Envoy Gateway routing

This commit is contained in:
Arvind Prabhakar 2026-09-05 18:34:45 +00:00
commit ba0a88b708
20 changed files with 184 additions and 318 deletions

View file

@ -1,21 +1 @@
---
# Source: argocd-wrapper/templates/httproute.yaml
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: argocd
namespace: argocd
spec:
parentRefs:
- name: public-gateway
namespace: apps
hostnames:
- "www.symcrest.com"
rules:
- matches:
- path:
type: PathPrefix
value: "/internal/ops/gitops"
backendRefs:
- name: argocd-server
port: 80