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