Updated pv-gateway-deployment.yaml with new image tag V32
parent
b2945700ee
commit
6d0af4fa65
|
@ -1,3 +1,5 @@
|
|||
|
||||
# Updated section with the new image tag
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
|
@ -33,7 +35,7 @@ spec:
|
|||
- bash
|
||||
- -c
|
||||
- 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-gateway:v19
|
||||
image: 147.79.66.211:3000/docker/paisavara-gateway:V32
|
||||
name: pv-gateway
|
||||
ports:
|
||||
- containerPort: 8000
|
||||
|
|
Loading…
Reference in New Issue