Skip to content

Instantly share code, notes, and snippets.

@Brawdunoir
Created February 28, 2024 15:26
Show Gist options
  • Save Brawdunoir/8ca204299ba4eec2effc4e5b9122667b to your computer and use it in GitHub Desktop.
Save Brawdunoir/8ca204299ba4eec2effc4e5b9122667b to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: pgcli
spec:
containers:
- name: pgcli
image: brawdunoir/pgcli:latest
command: ["/bin/sh"]
args: ["-c", "tail -f /dev/null"]
resources:
requests:
cpu: 100m
memory: 200Mi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment