Red Hat OpenShift Workshop For Developers
  • OpenShift Workshop For Developers
    • Getting Started
  • Application Containerization
    • Building Application
    • Application Packaging
    • Running Application Container
    • Externalize Application Configurations
  • Deployment On OpenShift
    • Database Deployment Via Web Console
    • Build And Deploy Application Using S2I
    • Configure Application With ConfigMap
    • Simple Application Scaling
  • Monitoring And Logging
    • View Application Logs
    • Application Monitoring
  • Scaling
    • Resources Allocation For Application
    • Scale Application Automatically
  • Resiliency
    • Application Health Checks
    • Self Healing
Powered by GitBook
On this page
  1. Scaling

Resources Allocation For Application

PreviousApplication MonitoringNextScale Application Automatically

Last updated 2 years ago

  1. Select the quarkus-todo-app node, click on the Actions drowdownlist menu then select Edit resource limits.

  2. Enter following inputs:

    • CPU

      • Request: 50 millicores

      • Limit: 100 millicores

    • Memory

      • Request: 128 Mi

      • Limit: 512 Mi

    Then click Save button.

  3. The Deployment will redeploy a new Pod with configured resources.

Edit resource limits
Edit resource limits