Skip to content

Commit 730c082

Browse files
authored
chore(k8s): update comment on resources section (GoogleCloudPlatform#1057)
## Change Description Changes the comment to be more authoritative.
1 parent 88fc60f commit 730c082

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

examples/k8s-sidecar/proxy_with_workload_identity.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,11 @@ spec:
6868
# The default Cloud SQL proxy image runs as the
6969
# "nonroot" user and group (uid: 65532) by default.
7070
runAsNonRoot: true
71-
# Resource configuration depends on an application's requirements. You
72-
# should adjust the following values based on what your application
73-
# needs. For details, see https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
71+
# You should use resource requests/limits as a best practice to prevent
72+
# pods from consuming too many resources and affecting the execution of
73+
# other pods. You should adjust the following values based on what your
74+
# application needs. For details, see
75+
# https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
7476
resources:
7577
requests:
7678
# The proxy's memory use scales linearly with the number of active

0 commit comments

Comments
 (0)