Add matrix state compressor pod definition

This commit is contained in:
Nico Schottelius 2022-06-19 12:54:58 +02:00
parent b4e9090c40
commit ea7206badc
1 changed files with 15 additions and 0 deletions

View 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