about summary refs log tree commit diff
path: root/bundles/traefik/items.py
blob: 9ed76aa03013190b8335bd15bc197bdca51b0849 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
files = {
    "/etc/deployments/traefik/kube.yaml": {
        "content_type": "mako",
        "triggers": {"svc_s6rc:traefik:restart"},
    },
    "/etc/deployments/traefik/secret.yaml": {
        "content_type": "mako",
        "mode": "0600",
        "triggers": {"svc_s6rc:traefik:restart"},
    },
    "/etc/traefik/tls-redirect.yaml": {},
    "/etc/logrotate.d/traefik": {
        "source": "logrotate.conf",
    },
}