Skip to content

Commit 9c380a0

Browse files
committed
kuberesource: increase memory limit for emojivoto with mesh
1 parent 9cf2bf5 commit 9c380a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/kuberesource/sets.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ func Emojivoto(smMode serviceMeshMode) []any {
217217
emojiWebVoteBotImage = "ghcr.io/edgelesssys/contrast/emojivoto-web:coco-1@sha256:0fd9bf6f7dcb99bdb076144546b663ba6c3eb457cbb48c1d3fceb591d207289c"
218218
emojiSvcHost = "127.137.0.1:8081"
219219
votingSvcHost = "127.137.0.2:8081"
220-
// Upstream images are at most 75MiB
221-
memoryLimitMiB = 300
220+
// Upstream images are at most 75MiB compressed, but we're adding the service mesh image with 50MiB.
221+
memoryLimitMiB = 700
222222
default:
223223
panic(fmt.Sprintf("unknown service mesh mode: %s", smMode))
224224
}

0 commit comments

Comments
 (0)