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