Skip to content

Commit

Permalink
add tmp directory
Browse files Browse the repository at this point in the history
  • Loading branch information
cooldragontattoo committed Jan 16, 2025
1 parent e2b9957 commit aee7d8b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions helm/values.eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ containers:
requests:
cpu: 40m
memory: 200Mi
volumeMounts:
- name: cfgov-tmp
mountPath: /tmp
- name: cfgov-apache
image:
repository: cfgov-apache
Expand Down Expand Up @@ -191,6 +194,8 @@ affinity: {}
volumes:
- name: apache-logs
emptyDir: {}
- name: cfgov-tmp
emptyDir: {}

mapping:
enabled: true
Expand Down

0 comments on commit aee7d8b

Please sign in to comment.