-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add deploy config and set contaner status #44
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with some comments
Thanks!
src/types/type.ts
Outdated
modelName: string, | ||
billingConfig?: appBillingConfig, | ||
serviceUrl?: string, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
현재는 serviceUrl필수로 해두는게 맞는 것 같습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
저희 테스트 용으로 임시로 두었습니다. logic에는 주석 썼는데 type에 안써놨네요. 주석 추가하겠습니다.
} | ||
} | ||
// NOTE(yoojin): For test. We make fixed url on service. | ||
if (!serviceUrl) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
현재로썬 저 규칙을 안따를 가능성이 높기 때문에 그냥 필수로 하는게 더 좋아 보입니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
Thanks for the review! |
deploy config 추가하여 config data 로 app 생성하도록 변경하였습니다.
setContainerStatus 추가하였습니다.