initial commit
This commit is contained in:
15
dev/argocd/ingressroute-http.yaml
Executable file
15
dev/argocd/ingressroute-http.yaml
Executable file
@@ -0,0 +1,15 @@
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: argocd-http
|
||||
namespace: argocd
|
||||
spec:
|
||||
entryPoints:
|
||||
- web
|
||||
routes:
|
||||
- kind: Rule
|
||||
match: Host("argocd-dev.allarddcs.nl")
|
||||
services:
|
||||
- kind: Service
|
||||
name: argocd-server
|
||||
port: 80
|
||||
Reference in New Issue
Block a user