1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Issue-#903: Add egress deployment command in c2d

This commit is contained in:
Akshay 2022-02-27 16:30:07 +01:00
parent 04f00213bc
commit 2a6a035e54

View File

@ -167,6 +167,12 @@ kubectl apply -f operator-engine/kubernetes/operator.yml
kubectl create -f operator-service/kubernetes/postgres-configmap.yaml
```
**Optional**: For production enviroments, it's safer to block access to metadata. To do so run the below command:
```bash
kubectl -n ocean-compute apply -f /ocean/operator-engine/kubernetes/egress.yaml
```
## Expose Operator Service
```bash