Update element
This commit is contained in:
parent
8710723ce0
commit
45cc1d73a7
@ -98,18 +98,19 @@ spec:
|
|||||||
- feature_bridge_state
|
- feature_bridge_state
|
||||||
- feature_presence_in_room_list
|
- feature_presence_in_room_list
|
||||||
- feature_custom_themes
|
- feature_custom_themes
|
||||||
|
- feature_new_spinner
|
||||||
# Servers to show in the Explore menu (the current server is always shown)
|
# Servers to show in the Explore menu (the current server is always shown)
|
||||||
roomDirectoryServers: []
|
roomDirectoryServers: []
|
||||||
# Prefix before permalinks generated when users share links to rooms, users, or messages. If running an unfederated Synapse, set the below to the URL of your Riot instance.
|
# Prefix before permalinks generated when users share links to rooms, users, or messages. If running an unfederated Synapse, set the below to the URL of your Riot instance.
|
||||||
permalinkPrefix: "https://chat.cluster.fun"
|
permalinkPrefix: "https://chat.cluster.fun"
|
||||||
image:
|
image:
|
||||||
repository: "vectorim/riot-web"
|
repository: "vectorim/riot-web"
|
||||||
tag: v1.7.18
|
tag: v1.7.27
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 80
|
port: 80
|
||||||
replicaCount: 1
|
replicaCount: 2
|
||||||
resources: {}
|
resources: {}
|
||||||
|
|
||||||
# Settings for Coturn TURN relay, used for routing voice calls
|
# Settings for Coturn TURN relay, used for routing voice calls
|
||||||
|
Loading…
Reference in New Issue
Block a user