Skip to content

Commit

Permalink
Deployment repairs (#496)
Browse files Browse the repository at this point in the history
* Update copy

* Remove security context
  • Loading branch information
wilson1000 authored Apr 3, 2024
1 parent b692c14 commit a4b99ee
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions deploy/development/deployment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,11 @@ spec:
mountPath: /sock
- name: fpm
image: ${ECR_URL}:${IMAGE_TAG_FPM}
ports:
- containerPort: 9000
volumeMounts:
- name: uploads
mountPath: /var/www/html/public/app/uploads
- name: php-socket
mountPath: /sock
securityContext:
runAsUser: 82
env:
- name: S3_BUCKET_NAME
valueFrom:
Expand Down

0 comments on commit a4b99ee

Please sign in to comment.