13 lines
201 B
YAML
13 lines
201 B
YAML
|
apiVersion: v1
|
||
|
kind: Pod
|
||
|
metadata:
|
||
|
name: psql-client
|
||
|
namespace: postgres
|
||
|
spec:
|
||
|
containers:
|
||
|
- name: psql
|
||
|
image: docker.io/alpine
|
||
|
command:
|
||
|
- "/bin/ash"
|
||
|
- -c
|
||
|
- sleep 7200
|