Skip to content

Commit

Permalink
fix kind cluster.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
anveshreddy18 committed Jul 25, 2024
1 parent d675613 commit fac1cbc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hack/e2e-test/infrastructure/kind/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ nodes:
- containerPort: 4566
hostPort: 4566
# Optional: Sets the bind address on the host.
+ # "127.0.0.1" is specified to bind to the localhost.
# "127.0.0.1" is specified to bind to the localhost.
listenAddress: "127.0.0.1"
# Optional: Specifies the protocol. Valid options are TCP, UDP, SCTP.
+ # TCP is set as the default protocol.
# TCP is set as the default protocol.
protocol: TCP
# Port forwarding: Maps port 10000 on the host to the azurite-service running inside the kind cluster.
- containerPort: 10000
hostPort: 10000
# Optional: Sets the bind address on the host.
+ # "127.0.0.1" is specified for binding to the localhost.
# "127.0.0.1" is specified for binding to the localhost.
listenAddress: "127.0.0.1"
# Optional: Specifies the protocol. Valid options are TCP, UDP, SCTP.
+ # TCP is set as the default protocol.
# TCP is set as the default protocol.
protocol: TCP
# Port forwarding: Maps port 8000 on the host to the fake-gcs service running inside the kind cluster.
- containerPort: 8000
Expand Down

0 comments on commit fac1cbc

Please sign in to comment.