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
|
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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue