so6 0.2.0

Framework for manage background data migration with PostgreSQL
Documentation
# Save the output of this file and use kubectl create -f to import
# it into Kubernetes.
#
# Created with podman-4.9.3
apiVersion: v1
kind: Pod
metadata:
  creationTimestamp: "2025-03-30T13:40:27Z"
  labels:
    app: so6
  name: so6
spec:
  containers:
  - args:
    - postgres
    env:
    - name: POSTGRES_DB
      value: so6
    - name: POSTGRES_PASSWORD
      value: so6
    - name: POSTGRES_USER
      value: so6
    image: docker.io/library/postgres:latest
    name: elatedritchie
    ports:
    - containerPort: 5432
      hostPort: 5434
    volumeMounts:
    - mountPath: /var/lib/postgresql/data
      name: 75621b9227b57a566f29973cd7abb7996501dc554b8170b8654e07b7ddb2c4be-pvc
  volumes:
  - name: 75621b9227b57a566f29973cd7abb7996501dc554b8170b8654e07b7ddb2c4be-pvc
    persistentVolumeClaim:
      claimName: 75621b9227b57a566f29973cd7abb7996501dc554b8170b8654e07b7ddb2c4be