Updates celery example

Change files from JSON to YAML.
This commit is contained in:
Karl Beecher
2015-04-14 17:32:00 +02:00
parent 23f2401b45
commit 7072cd8357
9 changed files with 190 additions and 219 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: v1beta3
kind: Service
metadata:
labels:
name: rabbitmq
name: rabbitmq-service
spec:
ports:
- port: 5672
protocol: TCP
targetPort: 5672
selector:
app: taskQueue
component: rabbitmq