Files
vaishnavi-ecommerce-admin-p…/k8s/service.yaml
tusuii 14b4099cdf
Some checks failed
ecommerce admin pannel/pipeline/head Something is wrong with the build of this commit
uploaded k8s and jenkinsfile
2026-03-10 22:38:39 +05:30

14 lines
193 B
YAML

apiVersion: v1
kind: Service
metadata:
name: admin
namespace: ecommerce
spec:
type: NodePort
selector:
app: admin
ports:
- port: 80
targetPort: 80
nodePort: 30082