Compare commits
2 commits
8e54a89a2a
...
1005cfbca6
Author | SHA1 | Date | |
---|---|---|---|
1005cfbca6 | |||
55d9fefb0a |
6 changed files with 638 additions and 686 deletions
|
@ -32,9 +32,10 @@ conduit:
|
|||
allowUnstableRoomVersions: true
|
||||
trustedServers:
|
||||
- "matrix.org"
|
||||
maxRequestSize: "20000000" # in bytes, ~20 MB
|
||||
# in bytes, ~20 MB
|
||||
maxRequestSize: "20000000"
|
||||
# maxConcurrentRequests: 100
|
||||
maxConcurrentRequests: # log: "warn,rocket=off,_=off,sled=off"
|
||||
# log: "warn,rocket=off,_=off,sled=off"
|
||||
|
||||
log:
|
||||
registrationToken:
|
||||
|
|
|
@ -25,7 +25,8 @@ serviceAccount:
|
|||
|
||||
podAnnotations: {}
|
||||
|
||||
podSecurityContext: {} # fsGroup: 2000
|
||||
podSecurityContext: {}
|
||||
# fsGroup: 2000
|
||||
|
||||
securityContext: {}
|
||||
# capabilities:
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
*/configs/*
|
|
@ -33,7 +33,7 @@ date: "{{ now | htmlDate }}"
|
|||
Selector labels
|
||||
*/}}
|
||||
{{- define "hashr.selectorLabels" -}}
|
||||
app.kubernetes.io/name: {{ include "timesketch.name" . }}
|
||||
app.kubernetes.io/name: {{ include "hashr.name" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
{{- end }}
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Reference in a new issue