Compare commits

...

2 commits

6 changed files with 638 additions and 686 deletions

View file

@ -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:

View file

@ -25,7 +25,8 @@ serviceAccount:
podAnnotations: {}
podSecurityContext: {} # fsGroup: 2000
podSecurityContext: {}
# fsGroup: 2000
securityContext: {}
# capabilities:

View file

@ -1 +0,0 @@
*/configs/*

View file

@ -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