mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Change to ghost:alpine, rm old volumes
This commit is contained in:
@@ -148,18 +148,11 @@ spec:
|
|||||||
memory: 400Mi
|
memory: 400Mi
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: ghost-content
|
- name: ghost-content
|
||||||
mountPath: /home/nonroot/app/ghost/content
|
mountPath: /var/lib/ghost/content
|
||||||
readOnly: false
|
readOnly: false
|
||||||
- name: ghost-config-prod
|
|
||||||
readOnly: true
|
|
||||||
mountPath: /home/nonroot/app/ghost/config.production.json
|
|
||||||
subPath: config.production.json
|
|
||||||
- name: tmp
|
- name: tmp
|
||||||
mountPath: /tmp
|
mountPath: /tmp
|
||||||
readOnly: false
|
readOnly: false
|
||||||
- name: ghost-logs
|
|
||||||
mountPath: /home/nonroot/app/ghost/versions/5.114.0/content/logs
|
|
||||||
readOnly: false
|
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
runAsNonRoot: true
|
runAsNonRoot: true
|
||||||
|
|||||||
Reference in New Issue
Block a user