Create image database for grafana

This commit is contained in:
2025-11-25 10:41:24 +01:00
parent 098f7b5025
commit 237761e2ca
6 changed files with 82 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env bash
# NOTE(simkir): Pipe your queries into this
# E.g.:
# - echo "select * from images" | ./query
# - cat upload.sql | ./query
kubectl --context oceanbox -n oceanbox exec -i svc/oceanbox-rw -c postgres -- psql aux