We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003d0c1 commit 4335b7bCopy full SHA for 4335b7b
1 file changed
wordpress/deployment_maria.yaml
@@ -1,4 +1,3 @@
1
----
2
apiVersion: apps/v1
3
kind: Deployment
4
metadata:
@@ -22,6 +21,7 @@ spec:
22
21
containers:
23
- image: linuxserver/mariadb:latest
24
name: mariadb
+ imagePullPolicy: Always
25
env:
26
- name: PUID
27
value: "1000"
@@ -42,13 +42,12 @@ spec:
42
mountPath: /config
43
resources:
44
limits:
45
- cpu: '1'
46
- memory: '512Mi'
+ cpu: "2"
+ memory: "1024Mi"
47
requests:
48
- cpu: '500m'
49
- memory: '256Mi'
+ cpu: "1000m"
+ memory: "512Mi"
50
volumes:
51
- name: mariadb-persistent-storage
52
persistentVolumeClaim:
53
claimName: pvc-mariadb
54
-
0 commit comments