From 42c87be6d3194714e7a675e8d67a0ae86e4cce11 Mon Sep 17 00:00:00 2001
From: x10an14-nav <christian.chavez@nav.no>
Date: Mon, 2 Sep 2024 13:25:00 +0200
Subject: [PATCH] scale up everything

---
 .nais/prod-gcp.yaml | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/.nais/prod-gcp.yaml b/.nais/prod-gcp.yaml
index c6c4e3a..0beba87 100644
--- a/.nais/prod-gcp.yaml
+++ b/.nais/prod-gcp.yaml
@@ -29,15 +29,17 @@ spec:
     initialDelay: 30
     timeout: 1
   replicas:
-    min: 3
-    max: 9
-    cpuThresholdPercentage: 85
+    min: 4
+    max: 16
+    scalingStrategy:
+      cpu:
+        thresholdPercentage: 85
   resources:
-    limits:
-      memory: 2Gi
     requests:
-      cpu: "2"
-      memory: 1Gi
+      cpu: "3"
+      memory: 2Gi
+    limits:
+      memory: 4Gi
   ingresses:
     - "https://amplitude.nav.no"
   env: