mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-10-30 19:43:36 +00:00
Updated to Zulip v1.4.1
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
apiVersion: v1
|
||||
kind: ReplicationController
|
||||
metadata:
|
||||
name: zulip-v1.4.0
|
||||
name: zulip-v1.4.1
|
||||
labels:
|
||||
version: v1.4.0
|
||||
version: v1.4.1
|
||||
app: zulip
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
version: v1.4.0
|
||||
version: v1.4.1
|
||||
app: zulip
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
version: v1.4.0
|
||||
version: v1.4.1
|
||||
app: zulip
|
||||
spec:
|
||||
containers:
|
||||
@@ -59,7 +59,7 @@ spec:
|
||||
- name: postgresql-persistent-storage
|
||||
mountPath: /var/lib/postgresql
|
||||
- name: zulip
|
||||
image: quay.io/galexrt/zulip:v1.4.0
|
||||
image: quay.io/galexrt/zulip:v1.4.1
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
|
||||
Reference in New Issue
Block a user