You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a note in the README.md about production usage, but we should probably have a big visible warning in the NOTES.txt to call out various potential issues that might impact production usage.
Most notably:
Using the built-in/bundled PostgreSQL chart
Using the built-in/bundled Redis chart
Not supplying an external Secret
We can also offer less shouty advice about:
Not using persistent storage (e.g. using object storage instead)
Not setting affinity if replicaCount > 1
The text was updated successfully, but these errors were encountered:
There's a note in the README.md about production usage, but we should probably have a big visible warning in the NOTES.txt to call out various potential issues that might impact production usage.
Most notably:
We can also offer less shouty advice about:
affinity
ifreplicaCount
> 1The text was updated successfully, but these errors were encountered: