admin pannel changes

This commit is contained in:
2026-03-17 10:21:21 +05:30
parent a59a4ca9c6
commit ddbee037fe
3 changed files with 5 additions and 4 deletions

View File

@@ -13,9 +13,11 @@ spec:
labels:
app: admin
spec:
imagePullSecrets:
- name: harbor-secret
containers:
- name: admin
image: 192.168.49.2:30004/vaishnavi-ecommerce/admin:latest
image: 192.168.108.200:80/vaishnavi-ecommerce/admin:latest
imagePullPolicy: Always
ports:
- containerPort: 80

View File

@@ -8,7 +8,7 @@ metadata:
spec:
ingressClassName: nginx
rules:
- host: admin.local
- host: vaishnavi-admin.myriadcara.in
http:
paths:
- path: /

View File

@@ -4,10 +4,9 @@ metadata:
name: admin
namespace: ecommerce
spec:
type: NodePort
type: LoadBalancer
selector:
app: admin
ports:
- port: 80
targetPort: 80
nodePort: 30082