Cleaned unused app chart directories.

This commit is contained in:
Arvind Prabhakar 2026-06-24 19:09:47 +00:00
commit d68864b7e4
6 changed files with 0 additions and 313 deletions

View file

@ -1,39 +0,0 @@
---
# 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/longhorn"
filters:
- type: RequestRedirect
requestRedirect:
path:
type: ReplaceFullPath
replaceFullPath: "/internal/ops/longhorn/"
statusCode: 301
- matches:
- path:
type: PathPrefix
value: "/internal/ops/longhorn/"
filters:
- type: URLRewrite
urlRewrite:
path:
type: ReplacePrefixMatch
replacePrefixMatch: "/"
backendRefs:
- name: longhorn-frontend
port: 80