Added configs

This commit is contained in:
gabenov.s
2025-10-27 21:21:00 +03:00
parent 04add9903c
commit 82744a8abb
3 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: backend-service
spec:
type: ClusterIP # Default
selector:
app: backend
ports:
- port: 80 # Service port (used by internal clients)
targetPort: 8080 # Container port in the backend Pod