22 lines
463 B
YAML
22 lines
463 B
YAML
---
|
|
# 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:
|
|
- "symcrest.com"
|
|
- "www.symcrest.com"
|
|
rules:
|
|
- matches:
|
|
- path:
|
|
type: PathPrefix
|
|
value: "/internal/ops/argocd"
|
|
backendRefs:
|
|
- name: argocd-server
|
|
port: 80
|