cleanup yaml files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user