mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-08 03:33:56 +00:00
remove defaults
This commit is contained in:
parent
c1f57ed7e0
commit
8f908460b1
@ -43,8 +43,6 @@ metadata:
|
||||
spec:
|
||||
ports:
|
||||
- port: 5672
|
||||
protocol: TCP
|
||||
targetPort: 5672
|
||||
selector:
|
||||
app: taskQueue
|
||||
component: rabbitmq
|
||||
@ -87,7 +85,6 @@ spec:
|
||||
name: rabbitmq
|
||||
ports:
|
||||
- containerPort: 5672
|
||||
protocol: TCP
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
@ -124,7 +121,6 @@ spec:
|
||||
name: celery
|
||||
ports:
|
||||
- containerPort: 5672
|
||||
protocol: TCP
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
@ -203,7 +199,6 @@ spec:
|
||||
ports:
|
||||
- containerPort: 5555
|
||||
hostPort: 5555
|
||||
protocol: TCP
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
|
@ -19,7 +19,6 @@ spec:
|
||||
name: celery
|
||||
ports:
|
||||
- containerPort: 5672
|
||||
protocol: TCP
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
|
@ -20,7 +20,6 @@ spec:
|
||||
ports:
|
||||
- containerPort: 5555
|
||||
hostPort: 5555
|
||||
protocol: TCP
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
|
@ -19,7 +19,6 @@ spec:
|
||||
name: rabbitmq
|
||||
ports:
|
||||
- containerPort: 5672
|
||||
protocol: TCP
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
|
@ -7,8 +7,6 @@ metadata:
|
||||
spec:
|
||||
ports:
|
||||
- port: 5672
|
||||
protocol: TCP
|
||||
targetPort: 5672
|
||||
selector:
|
||||
app: taskQueue
|
||||
component: rabbitmq
|
||||
|
Loading…
Reference in New Issue
Block a user