Commit 170eeeda authored by Vũ Hoàng Nam's avatar Vũ Hoàng Nam

Update manifest file.

parent 8e49d2d2
......@@ -9,7 +9,7 @@ Place your Docker network gateway IP in `.env`. And spin up the docker container
```
docker network inspect bridge
docker-compose up
```
```w
### Tear down
......
......@@ -11,3 +11,21 @@ spec:
protocol: TCP
selector:
zone: dev
---
apiVersion: v1
kind: Service
metadata:
name: minio
namespace: default
spec:
type: NodePort
ports:
- port: 9090
nodePort: 30001
targetPort: 9090
selector:
app.kubernetes.io/name: minio
app.kubernetes.io/instance: gix
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment