Files
team-planner/k8s/frontend-service.yaml
vigdorov 85c4a36e17
Some checks reported errors
continuous-integration/drone/push Build was killed
add deploy
2025-12-31 09:50:51 +03:00

13 lines
203 B
YAML

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