Add health checks

This commit is contained in:
Viktor Liu
2026-02-04 21:23:00 +08:00
parent eeabc64a73
commit 7d844b9410
10 changed files with 748 additions and 54 deletions

View File

@@ -0,0 +1,11 @@
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
extraPortMappings:
- containerPort: 30080
hostPort: 30080
protocol: TCP
- containerPort: 30443
hostPort: 30443
protocol: TCP