stock2_argocd/base/mysql-nodeport/mysql-service-nodeport.yaml
2025-04-21 13:59:54 +08:00

12 lines
247 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

apiVersion: v1
kind: Service
metadata:
name: mysql-service-nodeport
spec:
type: NodePort
selector:
app: mysql
ports:
- port: 3306
targetPort: 3306
nodePort: 31000 # 可选如果不指定Kubernetes 会自动分配