feat(minio): service (api + console ports)
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user