Update to Zulip v1.4.0

This commit is contained in:
Alexander Trost
2016-08-26 11:19:11 +02:00
parent 5748d900f2
commit ff1ffbb04a

View File

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