mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-24 19:32:49 +00:00
Add config file for KIND cluster
This commit is contained in:
parent
fd0e30c72f
commit
15b228d198
1 changed files with 11 additions and 0 deletions
11
config.yaml
Normal file
11
config.yaml
Normal file
|
@ -0,0 +1,11 @@
|
|||
kind: Cluster
|
||||
apiVersion: kind.x-k8s.io/v1alpha4
|
||||
nodes:
|
||||
- role: control-plane
|
||||
extraPortMappings:
|
||||
- containerPort: 30950
|
||||
hostPort: 30950
|
||||
listenAddress: "127.0.0.1"
|
||||
protocol: TCP
|
||||
|
||||
|
Loading…
Reference in a new issue