added k8s manifests, removed webhook server
Build and Deploy / build-and-deploy (push) Successful in 37s

This commit is contained in:
2026-05-23 13:07:49 +03:00
parent 6d7124d274
commit 0bedc8d508
14 changed files with 171 additions and 186 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM postgres:16
RUN apt-get update \
&& apt-get install -y --no-install-recommends postgresql-16-cron \
&& rm -rf /var/lib/apt/lists/*