Skip to content

Commit 4335b7b

Browse files
authored
refactor
1 parent 003d0c1 commit 4335b7b

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

wordpress/deployment_maria.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
apiVersion: apps/v1
32
kind: Deployment
43
metadata:
@@ -22,6 +21,7 @@ spec:
2221
containers:
2322
- image: linuxserver/mariadb:latest
2423
name: mariadb
24+
imagePullPolicy: Always
2525
env:
2626
- name: PUID
2727
value: "1000"
@@ -42,13 +42,12 @@ spec:
4242
mountPath: /config
4343
resources:
4444
limits:
45-
cpu: '1'
46-
memory: '512Mi'
45+
cpu: "2"
46+
memory: "1024Mi"
4747
requests:
48-
cpu: '500m'
49-
memory: '256Mi'
48+
cpu: "1000m"
49+
memory: "512Mi"
5050
volumes:
5151
- name: mariadb-persistent-storage
5252
persistentVolumeClaim:
5353
claimName: pvc-mariadb
54-

0 commit comments

Comments
 (0)