solar=system=models
This commit is contained in:
17
declarative/manifests/heliocentric-model/deployment.yml
Normal file
17
declarative/manifests/heliocentric-model/deployment.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: heliocentric-model
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: heliocentric-model
|
||||
replicas: 1
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: heliocentric-model
|
||||
spec:
|
||||
containers:
|
||||
- name: heliocentric-model
|
||||
image: siddharth67/heliocentric-solar-system:v1
|
||||
Reference in New Issue
Block a user