Files
vaishnavi-ecommerce-website/k8s/service.yaml
tusuii bb5dfe4e23
Some checks failed
ecommerce frontend/pipeline/head Something is wrong with the build of this commit
added k8s files and manifests files
2026-03-10 22:41:08 +05:30

14 lines
201 B
YAML

apiVersion: v1
kind: Service
metadata:
name: website
namespace: ecommerce
spec:
type: NodePort
selector:
app: website
ports:
- port: 5173
targetPort: 5173
nodePort: 30081