Skip to content

Commit 46b140f

Browse files
committed
update docs
1 parent 67d8458 commit 46b140f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ kubeconfig*
1111
example-*.json
1212

1313
*.log
14-
.dockerdata
14+
.dockerdata
15+
16+
secrets.yaml

kind.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ nodes:
1515
node-labels: "ingress-ready=true"
1616
extraPortMappings:
1717
- containerPort: 80
18-
hostPort: 8080
18+
hostPort: 80
1919
protocol: TCP
2020
- containerPort: 443
21-
hostPort: 8443
21+
hostPort: 443
2222
protocol: TCP

0 commit comments

Comments
 (0)