apiVersion: v1 kind: Service metadata: name: server-svc spec: type: ClusterIP ports: - port: 9000 name: minio targetPort: minio protocol: TCP