do not show progress bar on immich frame [ci skip]
This commit is contained in:
parent
e737b482a2
commit
719ba8dc71
1 changed files with 2 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue