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