-
Notifications
You must be signed in to change notification settings - Fork 606
CaaS - test APIs and E2E tests #2191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 27 commits
89b0f4c
747d6bb
a68fd68
83079a1
8b37a94
52a42d1
8c7ba0b
73c0419
6cfc3f2
2e1b8a6
db5ed8a
16d7519
fc9bf12
ab61fa0
80bd36c
4e671fb
90d1d43
45d07c2
2a95e0c
b24bded
69b54a0
10b5ad0
1f93a17
d144cb0
96aa2fe
d22d287
cdeac2a
2d29c7e
142aba8
0cb8c60
e099f7d
686aa51
a833339
85b0861
b73d66b
06faae8
38601c9
aa7e53e
fbf79de
dba2883
56e6810
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Dockerfile | ||
README.md | ||
sample.json | ||
expectations.yaml | ||
*.pyc | ||
*.pyo | ||
*.pyd | ||
__pycache__ | ||
.pytest_cache |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
- name: text-generator | ||
kind: AsyncAPI | ||
pod: | ||
port: 9000 | ||
containers: | ||
- name: api | ||
image: 499593605069.dkr.ecr.us-west-2.amazonaws.com/cortexlabs/realtime-async-text-generator-cpu:master | ||
RobertLucian marked this conversation as resolved.
Show resolved
Hide resolved
RobertLucian marked this conversation as resolved.
Show resolved
Hide resolved
|
||
readiness_probe: | ||
http_get: | ||
path: "/healthz" | ||
port: 9000 | ||
compute: | ||
cpu: 1 | ||
mem: 2.5G | ||
autoscaling: | ||
max_concurrency: 1 |
Uh oh!
There was an error while loading. Please reload this page.