iac/apps/processing/base/frontend-service.yaml
2026-05-04 21:54:48 +07:00

16 lines
226 B
YAML

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