Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
os.Getenv("POD_IP") in cfg pod
  • Loading branch information
dciangot authored Oct 30, 2023
1 parent 2cb2896 commit 4404535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func main() {
NodeName: opts.NodeName,
OperatingSystem: "Linux",
// https://github.com/liqotech/liqo/blob/d8798732002abb7452c2ff1c99b3e5098f848c93/deployments/liqo/templates/liqo-gateway-deployment.yaml#L69
InternalIP: "172.16.9.11",
InternalIP: os.Getenv("POD_IP"),
DaemonPort: int32(dport),
}

Expand Down

0 comments on commit 4404535

Please sign in to comment.