Add matrix state compressor pod definition
This commit is contained in:
parent
b4e9090c40
commit
ea7206badc
1 changed files with 15 additions and 0 deletions
15
matrix/state-compressor.yaml
Normal file
15
matrix/state-compressor.yaml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Pod
|
||||||
|
metadata:
|
||||||
|
name: matrix-rust-synapse-state-compressor
|
||||||
|
namespace: ungleich
|
||||||
|
spec:
|
||||||
|
containers:
|
||||||
|
- name: state-compressor
|
||||||
|
image: ungleich/rust-synapse-compress-state:2022-06-19
|
||||||
|
args:
|
||||||
|
- sleep
|
||||||
|
- "1000000"
|
||||||
|
envFrom:
|
||||||
|
- secretRef:
|
||||||
|
name: matrix-ungleich-postgres-config
|
Loading…
Reference in a new issue