Used www hostnames for internal routes
This commit is contained in:
parent
4db5288084
commit
6949d5d5a9
19 changed files with 1644 additions and 9 deletions
21
rendered/argocd/argocd-httproute.yaml
Normal file
21
rendered/argocd/argocd-httproute.yaml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
# 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
|
||||
|
|
@ -10,7 +10,6 @@ spec:
|
|||
- name: public-gateway
|
||||
namespace: apps
|
||||
hostnames:
|
||||
- "symcrest.com"
|
||||
- "www.symcrest.com"
|
||||
rules:
|
||||
- matches:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue