feat: update postgres 17.4 -> 18.1
This commit is contained in:
parent
cc0566af21
commit
6171647187
1 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: postgres
|
- name: postgres
|
||||||
image: postgres:17.4
|
image: postgres:18.1
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "256Mi"
|
memory: "256Mi"
|
||||||
|
|
@ -46,7 +46,7 @@ spec:
|
||||||
- containerPort: 5432
|
- containerPort: 5432
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: postgres
|
- name: postgres
|
||||||
mountPath: /var/lib/postgresql/data
|
mountPath: /var/lib/postgresql
|
||||||
subPath: postgres
|
subPath: postgres
|
||||||
volumes:
|
volumes:
|
||||||
- name: postgres
|
- name: postgres
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue