do not show progress bar on immich frame [ci skip]

This commit is contained in:
Viktor Barzin 2025-10-18 19:02:37 +00:00
parent 0921bca454
commit a36e9b1350
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863

View file

@ -23,6 +23,7 @@ resource "kubernetes_config_map" "mailserver_config" {
Interval: 10
ImageZoom: false
ShowAlbumName: false
ShowProgressBar: false
Accounts:
- ImmichServerUrl: http://immich.viktorbarzin.me
ApiKey: ${var.frame_api_key}
@ -50,7 +51,7 @@ resource "kubernetes_deployment" "immich-frame" {
}
}
strategy {
type = "Recreate"
type = "RollingUpdate"
}
template {
metadata {