apiVersion: v1 kind: Service metadata: name: mysql spec: type: NodePort ports: - port: 3306 protocol: TCP selector: app: mysql