From a392527c84bc597f17b08b89855e8b5bf1009fa0 Mon Sep 17 00:00:00 2001 From: Jay Date: Thu, 13 Feb 2025 23:38:57 +0530 Subject: [PATCH] invoice deployment updated --- ...loyment.yaml => pv-invoice-deployment.yaml} | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) rename paisavara/invoice/{dl-invoice-deployment.yaml => pv-invoice-deployment.yaml} (78%) diff --git a/paisavara/invoice/dl-invoice-deployment.yaml b/paisavara/invoice/pv-invoice-deployment.yaml similarity index 78% rename from paisavara/invoice/dl-invoice-deployment.yaml rename to paisavara/invoice/pv-invoice-deployment.yaml index 20c6209c..7772a976 100644 --- a/paisavara/invoice/dl-invoice-deployment.yaml +++ b/paisavara/invoice/pv-invoice-deployment.yaml @@ -8,13 +8,13 @@ metadata: kompose.service.type: NodePort kompose.version: 1.34.0 (cbf2835db) labels: - io.kompose.service: dl-invoice - name: dl-invoice + io.kompose.service: pv-invoice + name: pv-invoice spec: replicas: 1 selector: matchLabels: - io.kompose.service: dl-invoice + io.kompose.service: pv-invoice strategy: type: Recreate template: @@ -26,7 +26,7 @@ spec: kompose.service.type: NodePort kompose.version: 1.34.0 (cbf2835db) labels: - io.kompose.service: dl-invoice + io.kompose.service: pv-invoice spec: containers: - args: @@ -34,15 +34,15 @@ spec: - -c - python manage.py makemigrations && python manage.py migrate && python manage.py runserver 0.0.0.0:8000 image: git.humbingo.org/docker/dailyledger-invoiceservice:v20 - name: dl-invoice + name: pv-invoice ports: - containerPort: 8000 protocol: TCP volumeMounts: - - mountPath: /dl-invoice - name: dl-invoice-cm0 + - mountPath: /pv-invoice + name: pv-invoice-cm0 restartPolicy: Always volumes: - configMap: - name: dl-invoice-cm0 - name: dl-invoice-cm0 + name: pv-invoice-cm0 + name: pv-invoice-cm0