Browse Source

Makefile con verimg y backup

politica
Celestino Rey 1 year ago
parent
commit
96a3ef9c47
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      JugarAlPadel/K8S/Makefile

+ 6
- 0
JugarAlPadel/K8S/Makefile View File

@ -49,3 +49,9 @@ clean:
nginx:
cd ../nginx; make
verimg:
docker run -it ${REGISTRY}/jugaralpadel-${ARQUITECTURA}:${IMG_VERSION} bash
backup:
kubectl --kubeconfig /home/creylopez/.kube/config -n jugaralpadel exec -ti deployment.apps/db -- /usr/lib/postgresql/15/bin/pg_dump --username=creylopez --dbname=jugaralpadel > /tmp/jugaralpadel-$(IMG_VERSION).sql

Loading…
Cancel
Save