Skip to content

Commit b898127

Browse files
authored
fix(dev): change kind host port to 8000 (containers#398)
Signed-off-by: Matthias Wessendorf <[email protected]>
1 parent 3072d19 commit b898127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/config/kind/cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ nodes:
2323
oidc-ca-file: /etc/kubernetes/pki/keycloak-ca.crt
2424
extraPortMappings:
2525
- containerPort: 80
26-
hostPort: 8080
26+
hostPort: 8000
2727
protocol: TCP
2828
- containerPort: 443
2929
hostPort: 8443

0 commit comments

Comments
 (0)