DB Pod
- Set the PVC request to 5Gi
- Set the deployment strategy to "Recreate" (just to be safe, since that's what everything else does for PostgreSQL currently).
- Set container CPU request to 1 (TODO: update this)
- Set container CPU limit to 1 (TODO: update this)
- Set container memory request to 512Mi (TODO: update this)
- Set container memory limit to 512Mi (TODO: update this)
Service Pod ups container
- Set container CPU request to 1 (TODO: update this)
- Set container CPU limit to 1
- Set container memory request to 512Mi
- Set container memory limit to 2Gi
oauth-proxy container
- Set container CPU request to 10 millicores
- Set container CPU limit to 20 millicores
- Set container memory request to 2Gi
- Set container memory limit to 2Gi
Operator pod
- Set container CPU request to 30 millicores
- Set container CPU limit to 60 millicores
- Set container memory request to 64Mi
- Set container memory limit to 128Mi
|
|