We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cf2bf5 commit 9c380a0Copy full SHA for 9c380a0
internal/kuberesource/sets.go
@@ -217,8 +217,8 @@ func Emojivoto(smMode serviceMeshMode) []any {
217
emojiWebVoteBotImage = "ghcr.io/edgelesssys/contrast/emojivoto-web:coco-1@sha256:0fd9bf6f7dcb99bdb076144546b663ba6c3eb457cbb48c1d3fceb591d207289c"
218
emojiSvcHost = "127.137.0.1:8081"
219
votingSvcHost = "127.137.0.2:8081"
220
- // Upstream images are at most 75MiB
221
- memoryLimitMiB = 300
+ // Upstream images are at most 75MiB compressed, but we're adding the service mesh image with 50MiB.
+ memoryLimitMiB = 700
222
default:
223
panic(fmt.Sprintf("unknown service mesh mode: %s", smMode))
224
}
0 commit comments