--- apiVersion: v1 kind: Service metadata: name: minio spec: type: NodePort ports: - port: 9000 protocol: TCP selector: app.kubernetes.io/name: minio