Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Commit

Permalink
Default containerPort to 8443, remove _ipv4 addrs
Browse files Browse the repository at this point in the history
  • Loading branch information
lkysow committed Mar 26, 2020
1 parent dba58df commit 76e78be
Show file tree
Hide file tree
Showing 3 changed files with 587 additions and 683 deletions.
8 changes: 0 additions & 8 deletions templates/mesh-gateway-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,18 +163,10 @@ spec:
address = "${POD_IP}"
port = {{ .Values.meshGateway.containerPort }}
}
lan_ipv4 {
address = "${POD_IP}"
port = {{ .Values.meshGateway.containerPort }}
}
wan {
address = "${WAN_ADDR}"
port = ${WAN_PORT}
}
wan_ipv4 {
address = "${WAN_ADDR}"
port = ${WAN_PORT}
}
}
checks = [
{
Expand Down
Loading

0 comments on commit 76e78be

Please sign in to comment.