Created
July 31, 2019 17:30
-
-
Save hhoover/81842249879f0ee163b23d2add825cd3 to your computer and use it in GitHub Desktop.
kind configs
This file contains hidden or 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
kind: Cluster | |
apiVersion: kind.sigs.k8s.io/v1alpha3 | |
nodes: | |
- role: control-plane | |
- role: worker | |
- role: worker |
This file contains hidden or 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
# Credit: https://projectcontour.io/kindly-running-contour/ | |
kind: Cluster | |
apiVersion: kind.sigs.k8s.io/v1alpha3 | |
nodes: | |
- role: control-plane | |
- role: worker | |
extraPortMappings: | |
- containerPort: 80 | |
hostPort: 80 | |
listenAddress: "0.0.0.0" | |
- containerPort: 443 | |
hostPort: 443 | |
listenAddress: "0.0.0.0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment