about summary refs log tree commit diff
path: root/bundles/immich/items.py
blob: 450027c3c087e9bc1d9a585a48f02e6ea3b2d9b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
files = {
    "/etc/deployments/immich/kube.yaml": {
        "triggers": {"svc_s6rc:immich:restart"},
    },
    "/etc/deployments/immich/secret.yaml": {
        "content_type": "mako",
        "mode": "0600",
        "triggers": {"svc_s6rc:immich:restart"},
    },
    "/var/lib/immich/immich.yaml": {
        "content_type": "mako",
        "mode": "0600",
        "triggers": {"svc_s6rc:immich:restart"},
    },
}