apiVersion: v1 kind: Service metadata: name: mysql spec: ports: - # We cannot have name: mysql here, because some requests through istio fail with it. port: 3306 protocol: TCP targetPort: 3306 selector: app: mysql