Switch to Traefik & update everything #1

Merged
sebastian.heusser merged 9 commits from feat/update-2026-01 into main 2026-01-20 12:52:01 +00:00
Showing only changes of commit 6171647187 - Show all commits

View file

@ -24,7 +24,7 @@ spec:
spec:
containers:
- name: postgres
image: postgres:17.4
image: postgres:18.1
resources:
requests:
memory: "256Mi"
@ -46,7 +46,7 @@ spec:
- containerPort: 5432
volumeMounts:
- name: postgres
mountPath: /var/lib/postgresql/data
mountPath: /var/lib/postgresql
subPath: postgres
volumes:
- name: postgres