-
Notifications
You must be signed in to change notification settings - Fork 334
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tke-installer): fix wrong chart yaml files (#1778)
- Loading branch information
Showing
10 changed files
with
166 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
kind: Cluster | ||
apiVersion: kind.x-k8s.io/v1alpha4 | ||
nodes: | ||
- role: control-plane | ||
# port forward 80 on the host to 80 on this node | ||
extraPortMappings: | ||
- containerPort: 80 | ||
hostPort: 80 | ||
# optional: set the bind address on the host | ||
# 0.0.0.0 is the current default | ||
listenAddress: "0.0.0.0" | ||
# optional: set the protocol to one of TCP, UDP, SCTP. | ||
# TCP is the default | ||
protocol: TCP | ||
- containerPort: 31138 | ||
hostPort: 31138 | ||
# optional: set the bind address on the host | ||
# 0.0.0.0 is the current default | ||
listenAddress: "0.0.0.0" | ||
# optional: set the protocol to one of TCP, UDP, SCTP. | ||
# TCP is the default | ||
protocol: TCP | ||
- containerPort: 443 | ||
hostPort: 443 | ||
# optional: set the bind address on the host | ||
# 0.0.0.0 is the current default | ||
listenAddress: "0.0.0.0" | ||
# optional: set the protocol to one of TCP, UDP, SCTP. | ||
# TCP is the default | ||
protocol: TCP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.