chore: Update Paperless 2.3 -> 2.11.2
chore: Update Nextcloud 28 -> 29.0.4 chore: Update Syncthing 1.23.6 -> 1.27.9 chore: Update Forgejo 7.0.5 -> 8.0.0 chore: Update Immich 1.108.0 -> 1.111.0 chore: Update Kitchenowl 0.5.1 -> 0.5.2 chore: Pin Pihole to 2024.07.0 fix: Disallow rolling updates for immich ML fix: Use tailscale host as domain
This commit is contained in:
parent
5a6b9f203a
commit
2c0a60097a
3 changed files with 19 additions and 10 deletions
|
@ -57,6 +57,15 @@
|
|||
component = "machine-learning";
|
||||
};
|
||||
|
||||
strategy = {
|
||||
type = "RollingUpdate";
|
||||
|
||||
rollingUpdate = {
|
||||
maxSurge = 0;
|
||||
maxUnavailable = 1;
|
||||
};
|
||||
};
|
||||
|
||||
template = {
|
||||
metadata.labels = {
|
||||
app = "immich";
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
PAPERLESS_DATA_DIR.value = "/data/";
|
||||
PAPERLESS_MEDIA_ROOT.value = "/data/";
|
||||
PAPERLESS_OCR_LANGUAGES.value = "nld eng";
|
||||
PAPERLESS_URL.value = "https://paperless.kun.is";
|
||||
PAPERLESS_URL.value = "https://paperless.griffin-mermaid.ts.net";
|
||||
PAPERLESS_TIME_ZONE.value = "Europe/Amsterdam";
|
||||
PAPERLESS_OCR_LANGUAGE.value = "nld";
|
||||
USERMAP_UID.value = "33";
|
||||
|
|
Reference in a new issue