Skip to content

Commit

Permalink
configure tmp volume for nginx (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsgstrabo authored Apr 15, 2024
1 parent ae6922d commit 843dd60
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions radixconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ spec:
port: 8080
publicPort: http
environmentConfig:
- environment: qa
volumeMounts:
- name: tmp
path: /tmp
emptyDir:
sizeLimit: 10M
- environment: prod
replicas: 2
resources:
Expand All @@ -29,4 +35,9 @@ spec:
limits:
memory: "150Mi"
cpu: "120m"
volumeMounts:
- name: tmp
path: /tmp
emptyDir:
sizeLimit: 10M

0 comments on commit 843dd60

Please sign in to comment.