From aadb1cfe2602f70202cf3f60264d40c0164e8b6d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 13 Feb 2025 13:15:10 -0500 Subject: [PATCH] Updated pv-invoice-deployment.yaml with new image tag V8 --- paisavara/invoice/pv-invoice-deployment.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/paisavara/invoice/pv-invoice-deployment.yaml b/paisavara/invoice/pv-invoice-deployment.yaml index 7772a976..03f63bd1 100644 --- a/paisavara/invoice/pv-invoice-deployment.yaml +++ b/paisavara/invoice/pv-invoice-deployment.yaml @@ -1,10 +1,12 @@ + +# Updated section with the new image tag apiVersion: apps/v1 kind: Deployment metadata: annotations: kompose.cmd: kompose convert -f ../docker-compose.yaml kompose.service.expose: "true" - kompose.service.nodeport: "30002" + kompose.service.nodeport: "30001" kompose.service.type: NodePort kompose.version: 1.34.0 (cbf2835db) labels: @@ -22,7 +24,7 @@ spec: annotations: kompose.cmd: kompose convert -f ../docker-compose.yaml kompose.service.expose: "true" - kompose.service.nodeport: "30002" + kompose.service.nodeport: "30001" kompose.service.type: NodePort kompose.version: 1.34.0 (cbf2835db) labels: @@ -32,8 +34,8 @@ spec: - args: - bash - -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 + - python manage.py makemigrations --merge && python manage.py migrate && python manage.py runserver 0.0.0.0:8000 + image: 147.79.66.211:3000/docker/paisavara-invoice:V8 name: pv-invoice ports: - containerPort: 8000