cleanup yaml files
This commit is contained in:
parent
59891059d8
commit
543d97846d
|
|
@ -3,7 +3,6 @@ apiVersion: v1
|
|||
kind: Pod
|
||||
metadata:
|
||||
annotations:
|
||||
bind-mount-options:/data/nbitwebsite/document_root: z
|
||||
io.kubernetes.cri-o.TTY/nbitwebsite: "false"
|
||||
io.podman.annotations.autoremove/nbitwebsite: "FALSE"
|
||||
io.podman.annotations.init/nbitwebsite: "FALSE"
|
||||
|
|
@ -26,8 +25,6 @@ spec:
|
|||
drop:
|
||||
- CAP_MKNOD
|
||||
- CAP_AUDIT_WRITE
|
||||
seLinuxOptions:
|
||||
type: container_runtime_t
|
||||
volumeMounts:
|
||||
- mountPath: /usr/share/nginx/html
|
||||
name: data-nbitwebsite-host-0
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@ apiVersion: v1
|
|||
kind: Pod
|
||||
metadata:
|
||||
annotations:
|
||||
bind-mount-options:/data/nbitwiki/config: z
|
||||
io.kubernetes.cri-o.TTY/nbitwiki: "false"
|
||||
io.podman.annotations.autoremove/nbitwiki: "FALSE"
|
||||
io.podman.annotations.init/nbitwiki: "FALSE"
|
||||
|
|
@ -33,8 +32,6 @@ spec:
|
|||
drop:
|
||||
- CAP_MKNOD
|
||||
- CAP_AUDIT_WRITE
|
||||
seLinuxOptions:
|
||||
type: container_runtime_t
|
||||
volumeMounts:
|
||||
- mountPath: /config
|
||||
name: data-nbitwiki-host-0
|
||||
|
|
|
|||
|
|
@ -3,9 +3,6 @@ apiVersion: v1
|
|||
kind: Pod
|
||||
metadata:
|
||||
annotations:
|
||||
bind-mount-options:/data/traefik/acme.json: z
|
||||
bind-mount-options:/home/containers/onyx_pods/traefik/configuration: z
|
||||
bind-mount-options:/run/user/1000/podman/podman.sock: z
|
||||
io.kubernetes.cri-o.TTY/traefik: "false"
|
||||
io.podman.annotations.autoremove/traefik: "FALSE"
|
||||
io.podman.annotations.init/traefik: "FALSE"
|
||||
|
|
@ -41,13 +38,9 @@ spec:
|
|||
drop:
|
||||
- CAP_MKNOD
|
||||
- CAP_AUDIT_WRITE
|
||||
seLinuxOptions:
|
||||
type: container_runtime_t
|
||||
volumeMounts:
|
||||
- mountPath: /configuration/
|
||||
name: home-containers-onyx_pods-traefik-configuration-host-0
|
||||
- mountPath: /var/run/docker.sock
|
||||
name: run-user-1000-podman-podman.sock-host-1
|
||||
- mountPath: /acme.json
|
||||
name: data-traefik-acme.json-host-2
|
||||
volumes:
|
||||
|
|
@ -55,10 +48,6 @@ spec:
|
|||
path: /home/containers/onyx_pods/traefik/configuration
|
||||
type: Directory
|
||||
name: home-containers-onyx_pods-traefik-configuration-host-0
|
||||
- hostPath:
|
||||
path: /run/user/1000/podman/podman.sock
|
||||
type: File
|
||||
name: run-user-1000-podman-podman.sock-host-1
|
||||
- hostPath:
|
||||
path: /data/traefik/acme.json
|
||||
type: File
|
||||
|
|
|
|||
|
|
@ -2,9 +2,6 @@ apiVersion: v1
|
|||
kind: Pod
|
||||
metadata:
|
||||
annotations:
|
||||
bind-mount-options:/data/wordpressacmoag/wp: z
|
||||
bind-mount-options:/data/wordpressacmoag/db: z
|
||||
bind-mount-options:/home/containers/onyx_pods/wordpressacmoag/uploads.ini: z
|
||||
io.kubernetes.cri-o.TTY/wordpressacmoag: "false"
|
||||
io.podman.annotations.autoremove/wordpressacmoag: "FALSE"
|
||||
io.podman.annotations.init/wordpressacmoag: "FALSE"
|
||||
|
|
|
|||
|
|
@ -2,9 +2,6 @@ apiVersion: v1
|
|||
kind: Pod
|
||||
metadata:
|
||||
annotations:
|
||||
bind-mount-options:/data/wordpresscmoag/wp: z
|
||||
bind-mount-options:/data/wordpresscmoag/db: z
|
||||
bind-mount-options:/home/containers/onyx_pods/wordpresscmoag/uploads.ini: z
|
||||
io.kubernetes.cri-o.TTY/wordpresscmoag: "false"
|
||||
io.podman.annotations.autoremove/wordpresscmoag: "FALSE"
|
||||
io.podman.annotations.init/wordpresscmoag: "FALSE"
|
||||
|
|
|
|||
Loading…
Reference in New Issue