diff --git a/.gitpod.yml b/.gitpod.yml index a219f46..14bd2a7 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -8,22 +8,24 @@ ports: port: 3004 onOpen: notify visibility: public - - name: Orion + - name: Context Broker description: Context Broker port: 1026 onOpen: notify visibility: public - - name: Scorpio - description: Context Broker - port: 9090 - onOpen: notify - visibility: public - - name: Stellio - description: Context Broker - port: 8080 - onOpen: notify - visibility: public - name: MongoDB description: Database for Orion port: 27017 + onOpen: ignore + - name: zookeeper + description: Synchronization service + port: 2181 + onOpen: ignore + - name: kafka + description: Stream-processing platform + port: 9092 + onOpen: ignore + - name: postgres + description: Database for Scorpio or Stellio + port: 5432 onOpen: ignore \ No newline at end of file