initial commit
This commit is contained in:
15
dev/nexus/ingressrouteTCP-nexus-tls.yaml
Executable file
15
dev/nexus/ingressrouteTCP-nexus-tls.yaml
Executable file
@@ -0,0 +1,15 @@
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRouteTCP
|
||||
metadata:
|
||||
name: nexus-tcp-tls
|
||||
namespace: nexus
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: HostSNI(`nexus-dev.allarddcs.nl`)
|
||||
services:
|
||||
- name: nexus
|
||||
port: 8443
|
||||
tls:
|
||||
passthrough: true
|
||||
Reference in New Issue
Block a user