From 346410357859520bcb888edfc57b3ef24a580c6d Mon Sep 17 00:00:00 2001 From: mnky Date: Fri, 6 Mar 2026 16:04:51 +0000 Subject: [PATCH] =?UTF-8?q?ngrx-playground/service.yaml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ngrx-playground/service.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ngrx-playground/service.yaml 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