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

Merge branch 'malowe/main/ephemeral' into 'main'

Add ephemeral storage limits to k8s config

See merge request !208
parents 589ad504 865350c2
No related branches found
No related tags found
No related merge requests found
...@@ -39,9 +39,11 @@ spec: ...@@ -39,9 +39,11 @@ spec:
limits: limits:
cpu: '1' cpu: '1'
memory: 512Mi memory: 512Mi
ephemeral-storage: "100Mi"
requests: requests:
cpu: '1' cpu: '1'
memory: 512Mi memory: 512Mi
ephemeral-storage: "100Mi"
env: env:
- name: CONFIG_SECRET_PATH - name: CONFIG_SECRET_PATH
value: "/run/secrets/git-eca-rest-api/secret.properties" value: "/run/secrets/git-eca-rest-api/secret.properties"
......
...@@ -39,9 +39,11 @@ spec: ...@@ -39,9 +39,11 @@ spec:
limits: limits:
cpu: 500m cpu: 500m
memory: 512Mi memory: 512Mi
ephemeral-storage: "100Mi"
requests: requests:
cpu: 500m cpu: 500m
memory: 512Mi memory: 512Mi
ephemeral-storage: "100Mi"
env: env:
- name: CONFIG_SECRET_PATH - name: CONFIG_SECRET_PATH
value: "/run/secrets/git-eca-rest-api/secret.properties" value: "/run/secrets/git-eca-rest-api/secret.properties"
......
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