Skip to content

Commit 79dd9a3

Browse files
Align requests/limits of init resources in cloud native fullstack sample (#2708)
* Align requests/limits of init resources in cloud native fullstack sample * Align requests/limits of init resources in cloud native fullstack sample
1 parent e2be1a1 commit 79dd9a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

assets/samples/dynakube/cloudNativeFullStack.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,11 @@ spec:
152152
#
153153
# initResources:
154154
# requests:
155-
# cpu: 100m
156-
# memory: 512Mi
155+
# cpu: 30m
156+
# memory: 30Mi
157157
# limits:
158-
# cpu: 300m
159-
# memory: 1.5Gi
158+
# cpu: 100m
159+
# memory: 60Mi
160160

161161
# Optional: The URI of the image that contains the codemodules specific OneAgent that will be injected into pods and applications.
162162
# For an example of a Dockerfile creating such an image, see https://dt-url.net/operator-docker-samples

0 commit comments

Comments
 (0)