We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67d8458 commit 46b140fCopy full SHA for 46b140f
.gitignore
@@ -11,4 +11,6 @@ kubeconfig*
11
example-*.json
12
13
*.log
14
-.dockerdata
+.dockerdata
15
+
16
+secrets.yaml
kind.yaml
@@ -15,8 +15,8 @@ nodes:
node-labels: "ingress-ready=true"
extraPortMappings:
17
- containerPort: 80
18
- hostPort: 8080
+ hostPort: 80
19
protocol: TCP
20
- containerPort: 443
21
- hostPort: 8443
+ hostPort: 443
22
0 commit comments