Files
k8s-manifests/ngrx-playground/service.yaml

11 lines
167 B
YAML

apiVersion: v1
kind: Service
metadata:
name: ngrx-playground
namespace: default
spec:
selector:
app: ngrx-playground
ports:
- port: 80
targetPort: 80