remove defaults
This commit is contained in:
@@ -43,8 +43,6 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- port: 5672
|
- port: 5672
|
||||||
protocol: TCP
|
|
||||||
targetPort: 5672
|
|
||||||
selector:
|
selector:
|
||||||
app: taskQueue
|
app: taskQueue
|
||||||
component: rabbitmq
|
component: rabbitmq
|
||||||
@@ -87,7 +85,6 @@ spec:
|
|||||||
name: rabbitmq
|
name: rabbitmq
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5672
|
- containerPort: 5672
|
||||||
protocol: TCP
|
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
@@ -124,7 +121,6 @@ spec:
|
|||||||
name: celery
|
name: celery
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5672
|
- containerPort: 5672
|
||||||
protocol: TCP
|
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
@@ -203,7 +199,6 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- containerPort: 5555
|
- containerPort: 5555
|
||||||
hostPort: 5555
|
hostPort: 5555
|
||||||
protocol: TCP
|
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
|
@@ -19,7 +19,6 @@ spec:
|
|||||||
name: celery
|
name: celery
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5672
|
- containerPort: 5672
|
||||||
protocol: TCP
|
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
|
@@ -20,7 +20,6 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- containerPort: 5555
|
- containerPort: 5555
|
||||||
hostPort: 5555
|
hostPort: 5555
|
||||||
protocol: TCP
|
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
|
@@ -19,7 +19,6 @@ spec:
|
|||||||
name: rabbitmq
|
name: rabbitmq
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5672
|
- containerPort: 5672
|
||||||
protocol: TCP
|
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
|
@@ -7,8 +7,6 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- port: 5672
|
- port: 5672
|
||||||
protocol: TCP
|
|
||||||
targetPort: 5672
|
|
||||||
selector:
|
selector:
|
||||||
app: taskQueue
|
app: taskQueue
|
||||||
component: rabbitmq
|
component: rabbitmq
|
||||||
|
Reference in New Issue
Block a user