matrix-synapse: Update to 1.19.0
This commit is contained in:
parent
412a594fa0
commit
b9228dddc9
3 changed files with 8 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue