apiVersion: v1 kind: Service metadata: name: mariadb-repl-2 namespace: mariadb-operator spec: selector: app.kubernetes.io/instance: mariadb-repl app.kubernetes.io/name: mariadb statefulset.kubernetes.io/pod-name: mariadb-repl-2 ports: - name: mariadb port: 3306 targetPort: 3306 protocol: TCP type: ClusterIP