Kubernetes/Postgres: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 March 2025

  • curprev 21:5521:55, 25 March 2025Kenneth talk contribs 4,308 bytes +4,308 Created page with "== How to deploy Postgres on Kubernetes | Refine.dev == How to deploy Postgres on Kubernetes | Refine https://refine.dev/blog/postgres-on-kubernetes/#additional-commands-for-setting-up-the-container === Versions === docker start example FROM postgres:latest # or specific version: FROM postgres:15 === PVC === PV: <pre> apiVersion: v1 kind: PersistentVolume metadata: name: postgres-pv spec: capacity: storage: 5Gi accessMo..."