2 Commits

Author SHA1 Message Date
01a0b680fe Update ghcr.io/moghtech/komodo-core Docker tag to v1.18.0 2025-06-07 02:03:03 +00:00
903d272d2f change config
All checks were successful
renovate / renovate (push) Successful in 1m21s
2025-06-06 21:01:55 -05:00
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