solar=system=models

This commit is contained in:
Siddharth Barahalikar
2022-09-20 17:29:52 +05:30
parent 8670ad1056
commit 2671300f31
9 changed files with 42 additions and 42 deletions

View File

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

View File

@@ -14,4 +14,4 @@ spec:
spec:
containers:
- name: geocentric-model
image: siddharth67/geocentric-model:earth
image: siddharth67/geocentric-solar-system:v1

View File

@@ -0,0 +1,17 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: heliocentric-model-no-pluto
spec:
selector:
matchLabels:
app: heliocentric-model-no-pluto
replicas: 1
template:
metadata:
labels:
app: heliocentric-model-no-pluto
spec:
containers:
- name: heliocentric-model-no-pluto
image: siddharth67/heliocentric-solar-system:no-pluto

View File

@@ -1,12 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: infinite-squares-svc
name: heliocentric-model-no-pluto-svc
spec:
ports:
- port: 80
protocol: TCP
targetPort: 80
selector:
app: infinite-squares
app: heliocentric-model-no-pluto
type: NodePort

View 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

View File

@@ -1,12 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: infinite-circle-svc
name: heliocentric-model-svc
spec:
ports:
- port: 80
protocol: TCP
targetPort: 80
selector:
app: infinite-circle
app: heliocentric-model
type: NodePort

View File

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