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:
@@ -39,9 +39,11 @@ spec:
limits:
limits:
cpu: "1"
cpu: "1"
memory: "1Gi"
memory: "1Gi"
 
ephemeral-storage: "100Mi"
requests:
requests:
cpu: "1"
cpu: "1"
memory: "1Gi"
memory: "1Gi"
 
ephemeral-storage: "100Mi"
startupProbe:
startupProbe:
httpGet:
httpGet:
path: /q/health
path: /q/health
Loading