Create deployment.yml

This commit is contained in:
Barahalikar Siddharth
2022-06-08 14:35:59 +05:30
committed by GitHub
parent de9387e488
commit e3a1f52df4

View File

@@ -0,0 +1,17 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: geocentric-model
spec:
selector:
matchLabels:
app: geocentric-model
replicas: 1
template:
metadata:
labels:
app: geocentric-model
spec:
containers:
- name: geocentric-model
image: siddharth67/geocentric-model:earth