Skip to content
  • Grant Young's avatar
    Update CHN RA examples to follow latest guidance · 072d185b
    Grant Young authored and Mitchell Nielsen's avatar Mitchell Nielsen committed
    Update CNH RA examples to follow [latest guidance for Webservice and NGinx pods](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/149878 "Adjust Reference Architecture Cloud Native Webservice and NGinx guidance") along with some general cleanup.
    
    Main changes seen worth noting:
    
    * 2k, 3k
      * `prometheus` map removed entirely
        * Monitoring is a more specific option for our customers. The Prometheus chart has some limitations and Dedicated and GET both separately deploy the Prometheus Operator as a result but other customers may choose to deploy their own monitoring solution as desired.
      * NGINX set to DaemonSet and placed on `webservice` workloads per nodeSelector
      * Webservice memory limit increased from 5.25G to 7G
    * 5k
      * same changes from 2k, 3k
      * Webservice maxReplicas 10 -\> 9
    * 10k, 25k
      * same changes from 2k, 3k
    * 50k
      * same changes from 2k, 3k
      * Webservice maxReplicas 80 -\> 77
      * Webservice minReplicas 60 -\> 58
    
    Related to http...
    072d185b