diff --git a/apps/minio/Service.yaml b/apps/minio/Service.yaml new file mode 100644 index 0000000..0173f19 --- /dev/null +++ b/apps/minio/Service.yaml @@ -0,0 +1,14 @@ +apiVersion: v1 +kind: Service +metadata: + name: minio +spec: + selector: + app: minio + ports: + - port: 9000 + targetPort: api + name: api + - port: 9001 + targetPort: console + name: console