added k8s files and manifests files
Some checks failed
ecommerce frontend/pipeline/head Something is wrong with the build of this commit
Some checks failed
ecommerce frontend/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
13
k8s/service.yaml
Normal file
13
k8s/service.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: website
|
||||
namespace: ecommerce
|
||||
spec:
|
||||
type: NodePort
|
||||
selector:
|
||||
app: website
|
||||
ports:
|
||||
- port: 5173
|
||||
targetPort: 5173
|
||||
nodePort: 30081
|
||||
Reference in New Issue
Block a user