Skip to content

Instantly share code, notes, and snippets.

@tsoe77
Created October 27, 2022 14:43
Show Gist options
  • Select an option

  • Save tsoe77/b62edf9ccbba8ffb6c326fa87512a1fd to your computer and use it in GitHub Desktop.

Select an option

Save tsoe77/b62edf9ccbba8ffb6c326fa87512a1fd to your computer and use it in GitHub Desktop.
k8s postgres client for temporary uses
apiVersion: v1
kind: Pod
metadata:
name: postgres
labels:
app: postgres
spec:
containers:
- name: postgres
image: postgres:latest
command: ["/bin/sleep", "3650d"]
imagePullPolicy: IfNotPresent
restartPolicy: Always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment