Compare commits
2
Commits
47796f6252
...
d7c6cbe046
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d7c6cbe046 | ||
|
|
bc6b930573 |
@@ -5,6 +5,7 @@ metadata:
|
||||
bind-mount-options:/data/wordpressacmoag/wp: z
|
||||
bind-mount-options:/home/containers/onyx_pods/wordpressacmoag/uploads.ini: z
|
||||
bind-mount-options:/data/wordpressacmoag/db: z
|
||||
bind-mount-options:/data/wordpressacmoag/logs: z
|
||||
io.kubernetes.cri-o.TTY/wordpressacmoag: "false"
|
||||
io.podman.annotations.autoremove/wordpressacmoag: "FALSE"
|
||||
io.podman.annotations.init/wordpressacmoag: "FALSE"
|
||||
@@ -65,6 +66,8 @@ spec:
|
||||
name: data-wordpressacmoag-wp-0
|
||||
- mountPath: /usr/local/etc/php/conf.d/uploads.ini
|
||||
name: data-wordpressacmoag-wp-1
|
||||
- mountPath: /var/log/apache2
|
||||
name: data-wordpressacmoag-logs-0
|
||||
restartPolicy: Never
|
||||
volumes:
|
||||
- hostPath:
|
||||
@@ -79,3 +82,7 @@ spec:
|
||||
path: /data/wordpressacmoag/db
|
||||
type: Directory
|
||||
name: data-wordpressacmoag-dp-0
|
||||
- hostPath:
|
||||
path: /data/wordpressacmoag/logs
|
||||
type: Directory
|
||||
name: data-wordpressacmoag-logs-0
|
||||
|
||||
Reference in New Issue
Block a user