iac/apps/checklists/base/backend-service.yaml
2026-04-24 17:29:36 +03:00

16 lines
243 B
YAML

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