iac/apps/workspaces/base/backend-service.yaml
2026-05-04 22:18:20 +07:00

16 lines
231 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: backend-svc
namespace: workspaces
spec:
type: ClusterIP
selector:
app: workspaces-api
ports:
- name: http
port: 80
targetPort: 8000
protocol: TCP