File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 39
39
type : RuntimeDefault
40
40
containers :
41
41
- name : postgres
42
- image : postgres:16.7
42
+ image : postgres:17.4
43
43
securityContext :
44
44
runAsUser : 999
45
45
runAsGroup : 999
68
68
secretKeyRef :
69
69
key : " POSTGRES_PASSWORD"
70
70
name : " mealie-postgres"
71
- - name : " PGDATA"
72
- value : " /data/pgdata"
73
71
ports :
74
72
- containerPort : 5432
75
73
name : " postgres"
@@ -102,7 +100,7 @@ spec:
102
100
- name : var-run
103
101
mountPath : /var/run
104
102
- name : storage
105
- mountPath : /data
103
+ mountPath : /var/lib/postgresql
106
104
volumes :
107
105
- name : tmp
108
106
emptyDir :
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ resources:
5
5
- ../../../../infra/restic-postgres
6
6
configMapGenerator :
7
7
- name : " mealie-restic-postgres"
8
+ behavior : " merge"
8
9
literals :
9
10
- " RETENTION_DAYS=7"
10
11
- " RETENTION_WEEKS=4"
Original file line number Diff line number Diff line change 33
33
type : " RuntimeDefault"
34
34
containers :
35
35
- name : mealie
36
- image : " ghcr.io/mealie-recipes/mealie:v2.7.1 "
36
+ image : " ghcr.io/mealie-recipes/mealie:v2.8.0 "
37
37
imagePullPolicy : IfNotPresent
38
38
env :
39
39
- name : " TZ"
@@ -64,10 +64,10 @@ spec:
64
64
name : " mealie"
65
65
resources :
66
66
requests :
67
- memory : " 196Mi "
67
+ memory : " 256Mi "
68
68
cpu : " 20m"
69
69
limits :
70
- memory : " 768Mi "
70
+ memory : " 1Gi "
71
71
livenessProbe :
72
72
tcpSocket :
73
73
port : 9000
91
91
periodSeconds : 5
92
92
volumeMounts :
93
93
- name : " storage"
94
- mountPath : " /app/data/"
94
+ mountPath : " /app/data"
95
+ - name : " nltk"
96
+ mountPath : " /nltk_data"
95
97
volumes :
96
98
- name : " storage"
97
99
emptyDir :
98
100
sizeLimit : " 5Gi"
101
+ - name : " nltk"
102
+ emptyDir :
103
+ sizeLimit : " 5Gi"
You can’t perform that action at this time.
0 commit comments