Skip to content

Commit

Permalink
GKE Autopilot Tutorial: Resource requirement update for userservice (#…
Browse files Browse the repository at this point in the history
…1054)

* Increase CPU requests to improve performance of the userservice

* Update dev-kubernetes-manifests/userservice.yaml

* Undo changes to kubernetes-manifests/userservice.yaml

* Undo trailing newline inside userservice.yaml

Co-authored-by: Nim Jayawardena <[email protected]>
  • Loading branch information
oginskis and NimJay authored Nov 7, 2022
1 parent 5a892f6 commit 34163ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-kubernetes-manifests/userservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ spec:
timeoutSeconds: 10
resources:
requests:
cpu: 200m
memory: 64Mi
cpu: 300m
memory: 128Mi
limits:
cpu: 500m
memory: 256Mi
Expand Down Expand Up @@ -111,4 +111,4 @@ spec:
- name: http
port: 8080
targetPort: 8080
# [END gke_dev_kubernetes_manifests_userservice_service_userservice]
# [END gke_dev_kubernetes_manifests_userservice_service_userservice]

0 comments on commit 34163ca

Please sign in to comment.