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,21 +0,0 @@
---
# 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/argocd"
backendRefs:
- name: argocd-server
port: 80