feat(minio): service (api + console ports)

This commit is contained in:
2026-05-23 04:01:41 +00:00
parent 124324032a
commit de618cd49f
+14
View File
@@ -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