From ea7206badc2760ecd1966f2247a4f2040bc1040b Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 19 Jun 2022 12:54:58 +0200 Subject: [PATCH] Add matrix state compressor pod definition --- matrix/state-compressor.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 matrix/state-compressor.yaml diff --git a/matrix/state-compressor.yaml b/matrix/state-compressor.yaml new file mode 100644 index 0000000..f2e5245 --- /dev/null +++ b/matrix/state-compressor.yaml @@ -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