From 140cc6803b969d51546ebf6e26382dd96883754b Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Wed, 26 Mar 2025 12:59:09 +0100 Subject: [PATCH] Change to ghost:alpine, rm old volumes --- ghost-blog/ghost-deployment.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/ghost-blog/ghost-deployment.yaml b/ghost-blog/ghost-deployment.yaml index 2508a33..19cfb3b 100644 --- a/ghost-blog/ghost-deployment.yaml +++ b/ghost-blog/ghost-deployment.yaml @@ -148,18 +148,11 @@ spec: memory: 400Mi volumeMounts: - name: ghost-content - mountPath: /home/nonroot/app/ghost/content + mountPath: /var/lib/ghost/content readOnly: false - - name: ghost-config-prod - readOnly: true - mountPath: /home/nonroot/app/ghost/config.production.json - subPath: config.production.json - name: tmp mountPath: /tmp readOnly: false - - name: ghost-logs - mountPath: /home/nonroot/app/ghost/versions/5.114.0/content/logs - readOnly: false securityContext: allowPrivilegeEscalation: false runAsNonRoot: true