because of quadlet
This commit is contained in:
parent
97e45199ff
commit
bc6b930573
|
|
@ -5,6 +5,7 @@ metadata:
|
||||||
bind-mount-options:/data/wordpressacmoag/wp: z
|
bind-mount-options:/data/wordpressacmoag/wp: z
|
||||||
bind-mount-options:/home/containers/onyx_pods/wordpressacmoag/uploads.ini: z
|
bind-mount-options:/home/containers/onyx_pods/wordpressacmoag/uploads.ini: z
|
||||||
bind-mount-options:/data/wordpressacmoag/db: z
|
bind-mount-options:/data/wordpressacmoag/db: z
|
||||||
|
bind-mount-options:/data/wordpressacmoag/logs: z
|
||||||
io.kubernetes.cri-o.TTY/wordpressacmoag: "false"
|
io.kubernetes.cri-o.TTY/wordpressacmoag: "false"
|
||||||
io.podman.annotations.autoremove/wordpressacmoag: "FALSE"
|
io.podman.annotations.autoremove/wordpressacmoag: "FALSE"
|
||||||
io.podman.annotations.init/wordpressacmoag: "FALSE"
|
io.podman.annotations.init/wordpressacmoag: "FALSE"
|
||||||
|
|
@ -65,6 +66,8 @@ spec:
|
||||||
name: data-wordpressacmoag-wp-0
|
name: data-wordpressacmoag-wp-0
|
||||||
- mountPath: /usr/local/etc/php/conf.d/uploads.ini
|
- mountPath: /usr/local/etc/php/conf.d/uploads.ini
|
||||||
name: data-wordpressacmoag-wp-1
|
name: data-wordpressacmoag-wp-1
|
||||||
|
- mountPath: /var/log/apache2
|
||||||
|
name: data-wordpressacmoag-logs-0
|
||||||
restartPolicy: Never
|
restartPolicy: Never
|
||||||
volumes:
|
volumes:
|
||||||
- hostPath:
|
- hostPath:
|
||||||
|
|
@ -79,3 +82,7 @@ spec:
|
||||||
path: /data/wordpressacmoag/db
|
path: /data/wordpressacmoag/db
|
||||||
type: Directory
|
type: Directory
|
||||||
name: data-wordpressacmoag-dp-0
|
name: data-wordpressacmoag-dp-0
|
||||||
|
- hostPath:
|
||||||
|
path: /data/wordpressacmoag/logs
|
||||||
|
type: Directory
|
||||||
|
name: data-wordpressacmoag-logs-0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue