Change to ghost:alpine, rm old volumes

This commit is contained in:
Ruben Hensen
2025-03-26 12:59:09 +01:00
parent 549f47462d
commit 140cc6803b
+1 -8
View File
@@ -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