because of quadlet

This commit is contained in:
Joerg Lehmann 2023-10-20 14:53:11 +02:00
parent 97e45199ff
commit bc6b930573
1 changed files with 7 additions and 0 deletions

View File

@ -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