change config
All checks were successful
renovate / renovate (push) Successful in 1m21s

This commit is contained in:
2025-06-06 21:01:55 -05:00
parent 8e05cb632a
commit 903d272d2f
2 changed files with 13 additions and 0 deletions

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