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