iac/apps/processing/base/frontend-service.yaml
2026-04-24 13:16:32 +05:00

16 lines
224 B
YAML

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