fix(istio-resource): Use hostname
instead of host
This commit is contained in:
@ -21,7 +21,7 @@ istio:
|
||||
gateway: badhouseplants-minecraft
|
||||
kind: tcp
|
||||
port_match: 25565
|
||||
host: "*"
|
||||
hostname: "*"
|
||||
service: minecraft-minecraft
|
||||
port: 25565
|
||||
# --------------------------------------------------
|
||||
|
@ -10,7 +10,7 @@ istio:
|
||||
gateway: badhouseplants-vpn
|
||||
kind: tcp
|
||||
port_match: 1194
|
||||
host: "*"
|
||||
hostname: "*"
|
||||
service: openvpn
|
||||
port: 1194
|
||||
|
||||
|
Reference in New Issue
Block a user