made k8s specific changes
This commit is contained in:
@@ -13,9 +13,11 @@ spec:
|
||||
labels:
|
||||
app: backend
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
- name: harbor-secret
|
||||
containers:
|
||||
- name: backend
|
||||
image: 192.168.49.2:30004/vaishnavi-ecommerce/backend:latest
|
||||
image: 192.168.108.200:80/vaishnavi-ecommerce/backend:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
|
||||
Reference in New Issue
Block a user