Create deployment.yaml

This commit is contained in:
Barahalikar Siddharth
2022-07-26 00:18:05 +05:30
committed by GitHub
parent 7f9d99746e
commit 3425baf62b

View File

@@ -0,0 +1,22 @@
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: solar-system
name: solar-system
spec:
replicas: 1
selector:
matchLabels:
app: solar-system
strategy: {}
template:
metadata:
labels:
app: solar-system
spec:
containers:
- image: siddharth67/solar-system:v3
name: solar-system
ports:
- containerPort: 3000