Update example values for 1.19 ingress changes

This commit is contained in:
Alexander Olofsson 2021-09-03 10:03:20 +02:00
parent 70184f417f
commit f475b7eefe
No known key found for this signature in database
GPG key ID: D439C9470CB04C73

View file

@ -747,6 +747,14 @@ ingress:
## inserted before the /_matrix catch-all path.
##
paths: []
# # K8s 1.19+
# - path: /_matrix/media
# pathType: Prefix
# backend:
# service:
# name: matrix-media-repo
# port: 8000
# # K8s <1.19
# - path: /_matrix/media
# backend:
# serviceName: matrix-media-repo
@ -756,6 +764,14 @@ ingress:
## inserted before the /_matrix and /_synapse catch-all paths.
##
csPaths: []
# # K8s 1.19+
# - path: /_matrix/media
# pathType: Prefix
# backend:
# service:
# name: matrix-media-repo
# port: 8000
# # K8s <1.19
# - path: /_matrix/media
# backend:
# serviceName: matrix-media-repo