apiVersion: v1 kind: Service metadata: name: minio-service spec: ports: - port: 9000 protocol: TCP targetPort: 9000 selector: app: minio