Skip to content
Snippets Groups Projects

Add ephemeral storage limits to k8s config

Merged Martin Lowe requested to merge malowe/main/ephemeral into main
2 files
+ 4
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -39,9 +39,11 @@ spec:
limits:
cpu: 300m
memory: 384Mi
ephemeral-storage: "100Mi"
requests:
cpu: 300m
memory: 384Mi
ephemeral-storage: "100Mi"
startupProbe:
httpGet:
path: /foundation/mailing-list/non-application/health
Loading