iac/apps/auth-flow/base/service.yaml
2026-06-29 14:38:29 +05:00

16 lines
223 B
YAML

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