This commit is contained in:
owen 2024-06-18 16:09:41 +08:00
parent 333ac06b0f
commit 5246c4f088
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ kind: Service
metadata:
name: mysql-service-lb
spec:
type: NodePort
type: LoadBalancer
ports:
- port: 53306
targetPort: 3306

View File

@ -3,7 +3,7 @@ kind: Service
metadata:
name: redis-service-lb
spec:
type: NodePort # 或者 NodePort
type: LoadBalancer # LoadBalancer 或者 NodePort
ports:
- port: 56379
targetPort: 6379