iac/apps/workspaces/base/frontend-service.yaml
2026-04-20 15:38:46 +05:00

16 lines
228 B
YAML

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