diff --git a/ngrx-playground/service.yaml b/ngrx-playground/service.yaml new file mode 100644 index 0000000..79faaf0 --- /dev/null +++ b/ngrx-playground/service.yaml @@ -0,0 +1,11 @@ +apiVersion: v1 +kind: Service +metadata: + name: ngrx-playground + namespace: default +spec: + selector: + app: ngrx-playground + ports: + - port: 80 + targetPort: 80 \ No newline at end of file