chore: Update manifests after change
This commit is contained in:
@@ -47,6 +47,8 @@ spec:
|
|||||||
name: config
|
name: config
|
||||||
readOnly: true
|
readOnly: true
|
||||||
subPath: config.yml
|
subPath: config.yml
|
||||||
|
- mountPath: /data
|
||||||
|
name: data
|
||||||
- mountPath: /data/passkey.pem
|
- mountPath: /data/passkey.pem
|
||||||
mountPropagation: None
|
mountPropagation: None
|
||||||
name: passkey
|
name: passkey
|
||||||
@@ -61,6 +63,9 @@ spec:
|
|||||||
- name: config
|
- name: config
|
||||||
secret:
|
secret:
|
||||||
secretName: matrix-hookshot-config-secret
|
secretName: matrix-hookshot-config-secret
|
||||||
|
- name: data
|
||||||
|
persistentVolumeClaim:
|
||||||
|
claimName: matrix-hookshot
|
||||||
- name: passkey
|
- name: passkey
|
||||||
secret:
|
secret:
|
||||||
secretName: matrix-hookshot-config-secret
|
secretName: matrix-hookshot-config-secret
|
||||||
|
|||||||
@@ -0,0 +1,19 @@
|
|||||||
|
kind: PersistentVolumeClaim
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: matrix-hookshot
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/instance: matrix-synapse
|
||||||
|
app.kubernetes.io/managed-by: Helm
|
||||||
|
app.kubernetes.io/name: matrix-synapse
|
||||||
|
helm.sh/chart: matrix-hookshot-4.5.0
|
||||||
|
annotations:
|
||||||
|
helm.sh/resource-policy: keep
|
||||||
|
namespace: matrix-synapse
|
||||||
|
spec:
|
||||||
|
accessModes:
|
||||||
|
- "ReadWriteOnce"
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
storage: "500Mi"
|
||||||
|
storageClassName: "ceph-block"
|
||||||
Reference in New Issue
Block a user