From 2158afc112190dfa9c3e6ab2101bedb7f09afb11 Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Fri, 26 Sep 2025 16:23:34 +0200 Subject: [PATCH] Cambio los nombres de los yaml de las claim --- ...stgres-data-persistentvolumeclaim.yaml => pvc-postgresql.yaml} | 0 K8S/{reymota-prod-persistentvolumeclaim.yaml => pvc-reymota.yaml} | 0 K8S/{static-volume-persistentvolumeclaim.yaml => pvc-static.yaml} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename K8S/{postgres-data-persistentvolumeclaim.yaml => pvc-postgresql.yaml} (100%) rename K8S/{reymota-prod-persistentvolumeclaim.yaml => pvc-reymota.yaml} (100%) rename K8S/{static-volume-persistentvolumeclaim.yaml => pvc-static.yaml} (100%) diff --git a/K8S/postgres-data-persistentvolumeclaim.yaml b/K8S/pvc-postgresql.yaml similarity index 100% rename from K8S/postgres-data-persistentvolumeclaim.yaml rename to K8S/pvc-postgresql.yaml diff --git a/K8S/reymota-prod-persistentvolumeclaim.yaml b/K8S/pvc-reymota.yaml similarity index 100% rename from K8S/reymota-prod-persistentvolumeclaim.yaml rename to K8S/pvc-reymota.yaml diff --git a/K8S/static-volume-persistentvolumeclaim.yaml b/K8S/pvc-static.yaml similarity index 100% rename from K8S/static-volume-persistentvolumeclaim.yaml rename to K8S/pvc-static.yaml