diff --git a/examples/celery-rabbitmq/README.md b/examples/celery-rabbitmq/README.md index 487ab11989a..577bfcc859d 100644 --- a/examples/celery-rabbitmq/README.md +++ b/examples/celery-rabbitmq/README.md @@ -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 diff --git a/examples/celery-rabbitmq/celery-controller.yaml b/examples/celery-rabbitmq/celery-controller.yaml index dff3c23f9da..31a4f52a308 100644 --- a/examples/celery-rabbitmq/celery-controller.yaml +++ b/examples/celery-rabbitmq/celery-controller.yaml @@ -19,7 +19,6 @@ spec: name: celery ports: - containerPort: 5672 - protocol: TCP resources: limits: cpu: 100m diff --git a/examples/celery-rabbitmq/flower-controller.yaml b/examples/celery-rabbitmq/flower-controller.yaml index 06c897e7b36..6f1cc10c50b 100644 --- a/examples/celery-rabbitmq/flower-controller.yaml +++ b/examples/celery-rabbitmq/flower-controller.yaml @@ -20,7 +20,6 @@ spec: ports: - containerPort: 5555 hostPort: 5555 - protocol: TCP resources: limits: cpu: 100m diff --git a/examples/celery-rabbitmq/rabbitmq-controller.yaml b/examples/celery-rabbitmq/rabbitmq-controller.yaml index 43ae46ff370..2d68e34de6e 100644 --- a/examples/celery-rabbitmq/rabbitmq-controller.yaml +++ b/examples/celery-rabbitmq/rabbitmq-controller.yaml @@ -19,7 +19,6 @@ spec: name: rabbitmq ports: - containerPort: 5672 - protocol: TCP resources: limits: cpu: 100m diff --git a/examples/celery-rabbitmq/rabbitmq-service.yaml b/examples/celery-rabbitmq/rabbitmq-service.yaml index cf37a850236..ec29b32ce9a 100644 --- a/examples/celery-rabbitmq/rabbitmq-service.yaml +++ b/examples/celery-rabbitmq/rabbitmq-service.yaml @@ -7,8 +7,6 @@ metadata: spec: ports: - port: 5672 - protocol: TCP - targetPort: 5672 selector: app: taskQueue component: rabbitmq