Skip to content

Commit

Permalink
Update all-resources.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiraalA authored Feb 21, 2024
1 parent 37aa8b0 commit afe2db1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion deployments/wordpress/all-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ spec:
containers:
- 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 Expand Up @@ -68,4 +78,4 @@ spec:
selector:
app: wordpress
tier: frontend
type: ClusterIP
type: ClusterIP

0 comments on commit afe2db1

Please sign in to comment.