init commit
This commit is contained in:
16
ctrl/k8s/kind-config.yaml
Normal file
16
ctrl/k8s/kind-config.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
kind: Cluster
|
||||
apiVersion: kind.x-k8s.io/v1alpha4
|
||||
name: unt
|
||||
nodes:
|
||||
- role: control-plane
|
||||
extraPortMappings:
|
||||
# UI — entry point for the app
|
||||
- containerPort: 30040
|
||||
hostPort: 8040
|
||||
listenAddress: "127.0.0.1"
|
||||
protocol: TCP
|
||||
# Langfuse observability
|
||||
- containerPort: 30030
|
||||
hostPort: 3000
|
||||
listenAddress: "127.0.0.1"
|
||||
protocol: TCP
|
||||
Reference in New Issue
Block a user