Skip to content

Commit

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

0 comments on commit ed5f21c

Please sign in to comment.