Files
fleet-infra/todo/frontend/service.yaml
2024-06-18 15:47:02 -04:00

13 lines
164 B
YAML

apiVersion: v1
kind: Service
metadata:
name: todo
namespace: todo
spec:
selector:
app: todo-app
ports:
- port: 80
targetPort: http
name: http