Note: The database uses UUID as a data type for IDs, the tables contain integers as IDs to keep illustration simple.
Now I want to remove the cpu limit, in order to avoid throttling and get out the maximum. I edit now the postgresql using kubectl edit postgresql and remove the line cpu: "500m" Now if I want to save ...