Merge pull request #904 from oceanprotocol/issue-903-update-c2d-setup

Issue-#903: Add egress deployment command in c2d
This commit is contained in:
Alex Coseru 2022-02-27 17:55:19 +02:00 committed by GitHub
commit b50cce6c73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

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