Skip to content
Snippets Groups Projects
Commit 303d1186 authored by Andri Joos's avatar Andri Joos :blush:
Browse files

use port name for service

parent 680c11a4
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ tcpRoute: # Currently, only traefik is supported
- match: HostSNI(`*`)
services:
- name: ssh-jump-host # must be changed according to fullname
port: 22 # must match the service port
port: ssh # must match the service port
configs:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment