feat: add port 30081 for spare (minio)
This commit is contained in:
+1
-1
@@ -85,4 +85,4 @@ runs:
|
||||
echo "==================== Waiting for all pods ready ===================="
|
||||
kubectl -n clevermicro wait pod --for=condition=Ready --timeout=10m --all
|
||||
kubectl -n clevermicro get pod
|
||||
echo "==================== All pods ready ===================="
|
||||
echo "==================== All pods ready ===================="
|
||||
@@ -9,6 +9,9 @@ nodes:
|
||||
- containerPort: 30080
|
||||
hostPort: 30080
|
||||
protocol: TCP
|
||||
- containerPort: 30081
|
||||
hostPort: 30081
|
||||
protocol: TCP
|
||||
- containerPort: 8001
|
||||
hostPort: 8001
|
||||
protocol: TCP
|
||||
|
||||
Reference in New Issue
Block a user