solar=system=models
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: square-app
|
||||
name: heliocentric-model-no-pluto-app
|
||||
namespace: argocd
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
@@ -11,11 +11,11 @@ spec:
|
||||
source:
|
||||
repoURL: https://github.com/sidd-harth/test-cd.git
|
||||
targetRevision: HEAD
|
||||
path: ./declarative/manifests/square
|
||||
path: ./declarative/manifests/heliocentric-model-no-pluto
|
||||
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: square
|
||||
namespace: heliocentric-no-pluto
|
||||
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
@@ -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
|
||||
@@ -14,4 +14,4 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: geocentric-model
|
||||
image: siddharth67/geocentric-model:earth
|
||||
image: siddharth67/geocentric-solar-system:v1
|
||||
|
||||
@@ -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
|
||||
@@ -1,12 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: infinite-circle-svc
|
||||
name: heliocentric-model-no-pluto-svc
|
||||
spec:
|
||||
ports:
|
||||
- port: 80
|
||||
protocol: TCP
|
||||
targetPort: 80
|
||||
selector:
|
||||
app: infinite-circle
|
||||
app: heliocentric-model-no-pluto
|
||||
type: NodePort
|
||||
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
|
||||
@@ -1,12 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: infinite-squares-svc
|
||||
name: heliocentric-model-svc
|
||||
spec:
|
||||
ports:
|
||||
- port: 80
|
||||
protocol: TCP
|
||||
targetPort: 80
|
||||
selector:
|
||||
app: infinite-squares
|
||||
app: heliocentric-model
|
||||
type: NodePort
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user