iac/apps/processing/base/api-service.yaml
2026-05-04 22:00:25 +07:00

16 lines
224 B
YAML

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