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