ngrx-playground/deployment.yaml hinzugefügt
This commit is contained in:
20
ngrx-playground/deployment.yaml
Normal file
20
ngrx-playground/deployment.yaml
Normal 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
|
||||||
Reference in New Issue
Block a user