Skip to content

Commit

Permalink
Update all-resources.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiraalA committed Feb 21, 2024
1 parent b62b242 commit 3774236
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions deployments/mariadb/all-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,17 @@ spec:
containers:
- image: mariadb:latest
name: mariadb
env:
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
- name: MYSQL_DATABASE
Expand Down Expand Up @@ -65,4 +75,4 @@ spec:
selector:
app: mariadb
tier: backend
type: ClusterIP
type: ClusterIP

0 comments on commit 3774236

Please sign in to comment.