Fix missing rabbitmqctl issue

Update to version 1.5.1-3
This commit is contained in:
Alexander Trost
2017-03-17 15:07:40 +01:00
parent 79dd621bfa
commit d34803e91c
4 changed files with 16 additions and 16 deletions

View File

@@ -1,19 +1,19 @@
apiVersion: v1
kind: ReplicationController
metadata:
name: zulip-1.5.1
name: zulip-1.5.1-3
labels:
version: 1.5.1
version: 1.5.1-3
app: zulip
spec:
replicas: 1
selector:
version: 1.5.1
version: 1.5.1-3
app: zulip
template:
metadata:
labels:
version: 1.5.1
version: 1.5.1-3
app: zulip
spec:
containers:
@@ -59,7 +59,7 @@ spec:
- name: postgresql-persistent-storage
mountPath: /var/lib/postgresql
- name: zulip
image: quay.io/galexrt/zulip:1.5.1
image: quay.io/galexrt/zulip:1.5.1-3
resources:
limits:
cpu: 100m