Initial commit
This commit is contained in:
commit
c029592583
31 changed files with 39732 additions and 0 deletions
22
rendered/argocd/argocd.yaml
Normal file
22
rendered/argocd/argocd.yaml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue