Skip to content

Commit

Permalink
fix: incorrect k3d configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Sep 27, 2023
1 parent 9ede706 commit fa1802c
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions infra/k3d.lapras.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
apiVersion: k3d.io/v1alpha4
kind: Simple
metadata:
name: playground
name: lapras
servers: 1
network: playground
image: rancher/k3s:v1.23.16-k3s1
agents: 0
network: lapras
image: rancher/k3s:v1.25.12-k3s1
ports:
- port: 8091:80
- port: 20010:80
nodeFilters:
- loadbalancer
- port: 20011:443
nodeFilters:
- loadbalancer
registries:
create:
name: lapras.registry.lvh.me
host: "0.0.0.0"
hostPort: "20012"

0 comments on commit fa1802c

Please sign in to comment.