Removing unneeded files

Change-Id: I2b241d743eac361fad453d473b51375cd9ca0ddc
This commit is contained in:
Andrey Pavlov 2016-07-20 16:00:28 +03:00
parent f4c0d3fbdd
commit f7cc845e65
2 changed files with 0 additions and 28 deletions

View File

@ -1,17 +0,0 @@
apiVersion: v1
kind: Pod
metadata:
name: rabbitmq
labels:
app: rabbitmq
spec:
containers:
- name: rabbitmq
image: {{ namespace }}/rabbitmq:{{ tag }}
env:
- name: RABBITMQ_CLUSTER_COOKIE
value: password
imagePullPolicy: Always
ports:
- containerPort: 5672
hostPort: 5672

View File

@ -1,11 +0,0 @@
kind: "Service"
apiVersion: "v1"
metadata:
name: "rabbitmq-service"
spec:
selector:
app: "rabbitmq"
ports:
-
protocol: "TCP"
port: 5672