2 Commits

Author SHA1 Message Date
fd03c66f59 Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0 2025-06-07 02:02:59 +00:00
903d272d2f change config
All checks were successful
renovate / renovate (push) Successful in 1m21s
2025-06-06 21:01:55 -05:00
3 changed files with 14 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ immich:
main:
image:
repository: ghcr.io/immich-app/immich-server
tag: v1.132.3
tag: v1.134.0
pullPolicy: IfNotPresent
env:
- name: TZ

View File

@@ -12,4 +12,13 @@ spec:
- advertisementType: "Service"
service:
addresses:
- ClusterIP
- ExternalIP
- LoadBalancerIP
selector:
matchExpressions:
- {key: somekey, operator: NotIn, values: ['never-used-value']}
- advertisementType: "PodCIDR"
selector:
matchExpressions:
- {key: somekey, operator: NotIn, values: ['never-used-value']}

View File

@@ -8,6 +8,10 @@ metadata:
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
timers:
holdTimeSeconds: 9
keepAliveTimeSeconds: 3
ebgpMultihop: 4
gracefulRestart:
enabled: true
restartTimeSeconds: 15