Skip to content
Snippets Groups Projects
Commit 9a4100cf authored by Martin Lowe's avatar Martin Lowe :flag_ca:
Browse files

Add ephemeral storage limits to k8s config

parent db6d8086
No related branches found
No related tags found
No related merge requests found
......@@ -39,9 +39,11 @@ spec:
limits:
cpu: 300m
memory: 384Mi
ephemeral-storage: "100Mi"
requests:
cpu: 300m
memory: 384Mi
ephemeral-storage: "100Mi"
startupProbe:
httpGet:
path: /adopters/q/health
......
......@@ -39,9 +39,11 @@ spec:
limits:
cpu: 300m
memory: 384Mi
ephemeral-storage: "100Mi"
requests:
cpu: 300m
memory: 384Mi
ephemeral-storage: "100Mi"
startupProbe:
httpGet:
path: /adopters/q/health
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment