-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat(cat-gateway): adds deployment #1422
base: main
Are you sure you want to change the base?
Conversation
✅ Test Report | |
✅ Test Report | |
✅ Test Report | |
WORKDIR /app | ||
RUN apt-get update && apt-get install -y curl python3 python3-pip | ||
RUN pip3 install --break-system-packages cqlsh | ||
RUN curl https://certs.secureserver.net/repository/sf-class2-root.crt -o /tmp/keyspaces.crt |
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.
I don't think we need this cert anymore?
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.
We don't. We can remove that and clean up the volumes and mounts associated with it.
Yes we can ditch :91
✅ Test Report | |
✅ Test Report | |
defaults to 1, prod should be 3.
✅ Test Report | |
✅ Test Report | |
No description provided.