-
Notifications
You must be signed in to change notification settings - Fork 27
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
scale all services #15
Comments
others:
will not change, because they need to be replaced by external scalable service:
|
with NFS on Pods it should also be able to scale with persistent: or as PersistentVolumen (where you can set nfs mount options) |
Sadly the services mentioned in this ticket can also not be scaled by using NFS / RWX storage. There needs to be some changes on application level to have scalability. |
postprocessing is not scalable as of oCIS 3.0.0-rc.3 |
postprocessing is scalable as of oCIS 3.0.0-rc.4 |
store service is gone |
app-provider is gone with the introduction of the collaboration service (which is scaleable) |
New kid on the block: OCM |
currently there are some services that are not being scaled.
ensure that no service has
replicas: 1
, and that every service has an optional resourceHorizontalPodAutoscaler
The text was updated successfully, but these errors were encountered: