matrix-synapse: Update to 1.19.0

This commit is contained in:
Alexander Olofsson 2020-08-17 15:41:54 +02:00
parent 412a594fa0
commit b9228dddc9
No known key found for this signature in database
GPG key ID: D439C9470CB04C73
3 changed files with 8 additions and 6 deletions

View file

@ -3,10 +3,10 @@ apiVersion: v2
name: matrix-synapse
description: Matrix reference homeserver
icon: https://matrix.org/images/matrix-logo.svg
appVersion: 1.18.0
appVersion: 1.19.0
type: application
version: 1.1.1
version: 1.2.0
maintainers:
- name: Alexander Olofsson
email: ace@haxalot.com

View file

@ -82,11 +82,11 @@ spec:
protocol: TCP
livenessProbe:
httpGet:
path: /_matrix/client/versions
path: /health
port: http
readinessProbe:
httpGet:
path: /_matrix/client/versions
path: /health
port: http
volumeMounts:
- name: config

View file

@ -94,10 +94,12 @@ spec:
containerPort: 8083
protocol: TCP
livenessProbe:
tcpSocket:
httpGet:
path: /health
port: listener
readinessProbe:
tcpSocket:
httpGet:
path: /health
port: listener
{{- end }}
resources: