ungleich-k8s/generic/postgres-client-pod.yaml
Nico Schottelius 8300f3f043 --typo
2026-02-17 15:09:31 +01:00

12 lines
191 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: postgres-client
spec:
containers:
- name: postgres
image: postgres:18
command: ["/bin/sh"]
args:
- -c
- "sleep 1000000"