This commit is contained in:
2025-09-16 15:43:36 +05:00
commit 111cc834dd
17 changed files with 2078 additions and 0 deletions

25
k8s/service.yaml Normal file
View File

@ -0,0 +1,25 @@
apiVersion: v1
kind: Service
metadata:
name: demo-spa-service
namespace: demo-spa
labels:
app: demo-spa-app
spec:
selector:
app: demo-spa-app
ports:
- name: http
port: 80
targetPort: 80
protocol: TCP
type: ClusterIP