iac/apps/documentations/base/api-service.yaml
2026-04-27 15:41:26 +07:00

16 lines
243 B
YAML

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