initial commit
This commit is contained in:
22
dev/argocd/ingressrouteTCP-tls.yaml
Executable file
22
dev/argocd/ingressrouteTCP-tls.yaml
Executable file
@@ -0,0 +1,22 @@
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRouteTCP
|
||||
metadata:
|
||||
name: argocd-route-tcp
|
||||
namespace: argocd
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: HostSNI(`argocd-dev.allarddcs.nl`)
|
||||
priority: 10
|
||||
services:
|
||||
- name: argocd-server
|
||||
port: 443
|
||||
- match: HostSNI(`argocd-dev.allarddcs.nl`) && Headers(`Content-Type`, `application/grpc`)
|
||||
priority: 11
|
||||
services:
|
||||
- name: argocd-server
|
||||
port: 443
|
||||
tls:
|
||||
passthrough: true
|
||||
|
||||
Reference in New Issue
Block a user