Element-web manifests

This commit is contained in:
2025-12-22 10:45:12 +01:00
parent 2553d21306
commit 45b4768910
6 changed files with 155 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
apiVersion: v1
kind: Pod
metadata:
name: config-uploader-matrix-landing-page
spec:
containers:
- name: uploader-matrix-landing-page
image: alpine:latest
command: [ "sleep", "6000" ]
stdin: true
tty: true
volumeMounts:
- mountPath: /data
name: config-volume
volumes:
- name: config-volume
persistentVolumeClaim:
claimName: matrix-landing-page-pvc