Some checks failed
ecommerce frontend/pipeline/head Something is wrong with the build of this commit
14 lines
201 B
YAML
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
|