Skip to content

Commit

Permalink
Update wordpress-deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiraalA committed Feb 21, 2024
1 parent ed5f21c commit b62b242
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions deployments/wordpress/wordpress-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ spec:
- image: wordpress:php7.4-fpm
name: wordpress
imagePullPolicy: Always
securityContext:
allowPrivilegeEscalation: false
resources:
limits:
cpu: "0.5"
memory: "500Mi"
requests:
cpu: "0.1"
memory: "100Mi"
env:
- name: WORDPRESS_DB_HOST
value: mariadb-svc
Expand Down

0 comments on commit b62b242

Please sign in to comment.