We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b087a33 commit 3c6b632Copy full SHA for 3c6b632
.deploy/deployment.yaml
@@ -18,10 +18,10 @@ spec:
18
image: __GOOGLE_ARTIFACT_URL__/__GOOGLE_PROJECT_ID__/__GOOGLE_ARTIFACT_REPO__/vault-service:__LATEST_RELEASE_TAG__
19
resources:
20
limits:
21
- memory: "2Gi"
+ memory: "3Gi"
22
cpu: "500m"
23
requests:
24
- memory: "1Gi"
+ memory: "2Gi"
25
cpu: "250m"
26
ports:
27
- containerPort: __PORT__
.deploy/hpa.yaml
@@ -16,10 +16,10 @@ spec:
16
name: cpu
17
target:
type: Utilization
- averageUtilization: 70
+ averageUtilization: 80
- type: Resource
resource:
name: memory
+ averageUtilization: 90
0 commit comments