We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e8487 commit b3f1df0Copy full SHA for b3f1df0
deploy/k3d-k3s-config.yaml
@@ -7,7 +7,7 @@ agents: 1
7
kubeAPI:
8
hostIP: "127.0.0.1"
9
hostPort: "6556"
10
-image: rancher/k3s:v1.29.4-k3s1
+image: rancher/k3s:v1.32.2-k3s1
11
ports:
12
# mapping the ingress port 80 to localhost:5080
13
- port: 5080:80
@@ -19,7 +19,7 @@ ports:
19
registries:
20
create:
21
name: k3d-reg-docker-io
22
- hostPort: "5000"
+ hostPort: "5001"
23
proxy:
24
remoteURL: https://registry-1.docker.io # proxy DockerHub
25
volumes:
@@ -28,5 +28,5 @@ registries:
28
mirrors:
29
"docker.io":
30
endpoint:
31
- - http://host.k3d.internal:5000
32
- - http://k3d-reg-docker-io:5000
+ - http://host.k3d.internal:5001
+ - http://k3d-reg-docker-io:5001
0 commit comments