diff --git a/k8s/app.yaml b/k8s/app.yaml index 23f0f44..8907477 100644 --- a/k8s/app.yaml +++ b/k8s/app.yaml @@ -53,7 +53,7 @@ spec: cpu: "250m" limits: memory: "512Mi" - cpu: "1000m" + cpu: "250m" volumeMounts: - name: assets mountPath: /root/cmd/client/web/assets diff --git a/k8s/hpa.yaml b/k8s/hpa.yaml index fd45e18..a695608 100644 --- a/k8s/hpa.yaml +++ b/k8s/hpa.yaml @@ -15,10 +15,10 @@ spec: name: cpu target: type: Utilization - averageUtilization: 70 + averageUtilization: 80 - type: Resource resource: name: memory target: type: Utilization - averageUtilization: 80 + averageUtilization: 90 diff --git a/k8s/nats.yaml b/k8s/nats.yaml index 9e4ab67..f775afb 100644 --- a/k8s/nats.yaml +++ b/k8s/nats.yaml @@ -63,4 +63,4 @@ spec: cpu: "50m" limits: memory: "256Mi" - cpu: "500m" \ No newline at end of file + cpu: "150m" \ No newline at end of file