AutoGPT/rnd/infra/helm/autogpt-websocket-server/templates
Aarushi cfa0b6610c
feat(rnd,infra): Pull out websockets away from server api (#7899)
* standalone websocket server

* add websocket url

* wip: talk to ws directly

* rename to api server

* dockerfile and queue

* fix paths

* update poetry lock

* helm charts for websockets

* create seperate deployments for websockets and rest server with redis queue for async comms

* delete duplicate queue

* add depends in ws_api

* singleton for conn manager

* update from review

* fix CI

* address feedback

* update readme

* update docker file and add migration step in readm

* ad watch

* add step to copy example env file

* put connect back in
2024-09-02 10:32:51 +02:00
..
tests feat(rnd,infra): Pull out websockets away from server api (#7899) 2024-09-02 10:32:51 +02:00
NOTES.txt feat(rnd,infra): Pull out websockets away from server api (#7899) 2024-09-02 10:32:51 +02:00
_helpers.tpl feat(rnd,infra): Pull out websockets away from server api (#7899) 2024-09-02 10:32:51 +02:00
configmap.yaml feat(rnd,infra): Pull out websockets away from server api (#7899) 2024-09-02 10:32:51 +02:00
deployment.yaml feat(rnd,infra): Pull out websockets away from server api (#7899) 2024-09-02 10:32:51 +02:00
hpa.yaml feat(rnd,infra): Pull out websockets away from server api (#7899) 2024-09-02 10:32:51 +02:00
ingress.yaml feat(rnd,infra): Pull out websockets away from server api (#7899) 2024-09-02 10:32:51 +02:00
managedcert.yaml feat(rnd,infra): Pull out websockets away from server api (#7899) 2024-09-02 10:32:51 +02:00
service.yaml feat(rnd,infra): Pull out websockets away from server api (#7899) 2024-09-02 10:32:51 +02:00
serviceaccount.yaml feat(rnd,infra): Pull out websockets away from server api (#7899) 2024-09-02 10:32:51 +02:00