ngrx-playground/deployment.yaml hinzugefügt

This commit is contained in:
2026-03-06 16:04:26 +00:00
commit 518da57f06

View File

@@ -0,0 +1,20 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: ngrx-playground
namespace: default
spec:
replicas: 1
selector:
matchLabels:
app: ngrx-playground
template:
metadata:
labels:
app: ngrx-playground
spec:
containers:
- name: ngrx-playground
image: gitea.mnky-code.de/mnky/ngrx-playground:latest
ports:
- containerPort: 80