Added data protection key persistance
continuous-integration/drone/pr Build is passing

This commit is contained in:
Khwezi Mngoma
2026-06-13 23:51:21 +02:00
parent ec4c9d9689
commit 5204816370
3 changed files with 11 additions and 5 deletions
+7 -1
View File
@@ -172,7 +172,10 @@ spec:
volumeMounts:
- name: data
mountPath: /app/wwwroot/content
resources:
subPath: bookshop-content
- name: shared-keys-volume
mountPath: /app/shared-keys
subPath: dataprotection-keys
livenessProbe:
httpGet:
path: /health
@@ -189,6 +192,9 @@ spec:
- name: data
persistentVolumeClaim:
claimName: midrandbooks-pvc
- name: shared-keys-volume
persistentVolumeClaim:
claimName: midrandbooks-pvc
---
apiVersion: v1
kind: Service