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

20 lines
399 B
YAML

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