added deployment files

This commit is contained in:
tusuii
2026-02-19 18:34:10 +05:30
parent 8f4cf07ec0
commit 27ad50f574
8 changed files with 201 additions and 0 deletions

16
k8s/service.yaml Normal file
View File

@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
name: ecommerce-web
namespace: ecommerce
labels:
app: ecommerce-web
spec:
selector:
app: ecommerce-web
ports:
- name: http
protocol: TCP
port: 80
targetPort: 80
type: ClusterIP