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 name: matrix-synapse
description: Matrix reference homeserver description: Matrix reference homeserver
icon: https://matrix.org/images/matrix-logo.svg icon: https://matrix.org/images/matrix-logo.svg
appVersion: 1.18.0 appVersion: 1.19.0
type: application type: application
version: 1.1.1 version: 1.2.0
maintainers: maintainers:
- name: Alexander Olofsson - name: Alexander Olofsson
email: ace@haxalot.com email: ace@haxalot.com

View file

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

View file

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