This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user