Skip to content

Commit

Permalink
Align requests/limits of init resources in cloud native fullstack sam…
Browse files Browse the repository at this point in the history
…ple (#2708)

* Align requests/limits of init resources in cloud native fullstack sample

* Align requests/limits of init resources in cloud native fullstack sample
  • Loading branch information
chrismuellner committed Feb 8, 2024
1 parent e2be1a1 commit 79dd9a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/samples/dynakube/cloudNativeFullStack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,11 @@ spec:
#
# initResources:
# requests:
# cpu: 100m
# memory: 512Mi
# cpu: 30m
# memory: 30Mi
# limits:
# cpu: 300m
# memory: 1.5Gi
# cpu: 100m
# memory: 60Mi

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

0 comments on commit 79dd9a3

Please sign in to comment.