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

View file

@ -82,50 +82,3 @@ spec:
- name: forgejo-data
persistentVolumeClaim:
claimName: forgejo-data
---
# Source: forgejo/templates/httproute.yaml
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: forgejo
namespace: forgejo
spec:
parentRefs:
- name: public-gateway
namespace: apps
hostnames:
- "www.symcrest.com"
rules:
- matches:
- path:
type: Exact
value: "/internal/dev/git"
filters:
- type: RequestRedirect
requestRedirect:
path:
type: ReplaceFullPath
replaceFullPath: "/internal/dev/git/"
statusCode: 301
- matches:
- path:
type: PathPrefix
value: "/internal/dev/git/"
filters:
- type: URLRewrite
urlRewrite:
path:
type: ReplacePrefixMatch
replacePrefixMatch: /
backendRefs:
- name: forgejo
port: 3000
- matches:
- path:
type: PathPrefix
value: /v2/
backendRefs:
- name: forgejo
port: 3000

View file

@ -1,39 +1 @@
---
# Source: longhorn-wrapper/templates/httproute.yaml
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: longhorn
namespace: longhorn-system
spec:
parentRefs:
- name: public-gateway
namespace: apps
hostnames:
- "www.symcrest.com"
rules:
- matches:
- path:
type: Exact
value: "/internal/ops/volumes"
filters:
- type: RequestRedirect
requestRedirect:
path:
type: ReplaceFullPath
replaceFullPath: "/internal/ops/volumes/"
statusCode: 301
- matches:
- path:
type: PathPrefix
value: "/internal/ops/volumes/"
filters:
- type: URLRewrite
urlRewrite:
path:
type: ReplacePrefixMatch
replacePrefixMatch: "/"
backendRefs:
- name: longhorn-frontend
port: 80

View file

@ -1,24 +0,0 @@
---
# Source: openproject/templates/httproute.yaml
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: openproject
namespace: openproject
spec:
parentRefs:
- name: public-gateway
namespace: apps
hostnames:
- "www.symcrest.com"
rules:
- matches:
- path:
type: PathPrefix
value: "/internal/dev/projectmanagement"
backendRefs:
- name: openproject
port: 8080

View file

@ -71,36 +71,3 @@ spec:
- name: pgadmin-data
persistentVolumeClaim:
claimName: pgadmin-data
---
# Source: pgadmin/templates/httproute.yaml
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: pgadmin
namespace: pgadmin
spec:
parentRefs:
- name: public-gateway
namespace: apps
hostnames:
- "www.symcrest.com"
rules:
- matches:
- path:
type: Exact
value: "/internal/dev/dbadmin/postgres"
filters:
- type: RequestRedirect
requestRedirect:
path:
type: ReplaceFullPath
replaceFullPath: "/internal/dev/dbadmin/postgres/"
statusCode: 301
- matches:
- path:
type: PathPrefix
value: "/internal/dev/dbadmin/postgres/"
backendRefs:
- name: pgadmin
port: 80

View file

@ -64,24 +64,3 @@ spec:
requests:
cpu: 50m
memory: 64Mi
---
# Source: symcrest-web/templates/httproute.yaml
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: symcrest-web
namespace: apps
spec:
parentRefs:
- name: public-gateway
namespace: apps
hostnames:
- "www.symcrest.com"
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- name: symcrest-web
port: 80