Compare commits
2 Commits
42b8319afa
...
fd03c66f59
Author | SHA1 | Date | |
---|---|---|---|
fd03c66f59
|
|||
903d272d2f |
@@ -9,7 +9,7 @@ immich:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/immich-app/immich-server
|
repository: ghcr.io/immich-app/immich-server
|
||||||
tag: v1.132.3
|
tag: v1.134.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
|
@@ -12,4 +12,13 @@ spec:
|
|||||||
- advertisementType: "Service"
|
- advertisementType: "Service"
|
||||||
service:
|
service:
|
||||||
addresses:
|
addresses:
|
||||||
|
- ClusterIP
|
||||||
|
- ExternalIP
|
||||||
- LoadBalancerIP
|
- LoadBalancerIP
|
||||||
|
selector:
|
||||||
|
matchExpressions:
|
||||||
|
- {key: somekey, operator: NotIn, values: ['never-used-value']}
|
||||||
|
- advertisementType: "PodCIDR"
|
||||||
|
selector:
|
||||||
|
matchExpressions:
|
||||||
|
- {key: somekey, operator: NotIn, values: ['never-used-value']}
|
||||||
|
@@ -8,6 +8,10 @@ metadata:
|
|||||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||||
app.kubernetes.io/part-of: {{ .Release.Name }}
|
app.kubernetes.io/part-of: {{ .Release.Name }}
|
||||||
spec:
|
spec:
|
||||||
|
timers:
|
||||||
|
holdTimeSeconds: 9
|
||||||
|
keepAliveTimeSeconds: 3
|
||||||
|
ebgpMultihop: 4
|
||||||
gracefulRestart:
|
gracefulRestart:
|
||||||
enabled: true
|
enabled: true
|
||||||
restartTimeSeconds: 15
|
restartTimeSeconds: 15
|
||||||
|
Reference in New Issue
Block a user