mirror of
https://github.com/kairos-io/kcrypt-challenger.git
synced 2025-04-27 03:20:56 +00:00
22 lines
916 B
YAML
22 lines
916 B
YAML
apiVersion: controller-runtime.sigs.k8s.io/v1alpha1
|
|
kind: ControllerManagerConfig
|
|
health:
|
|
healthProbeBindAddress: :8081
|
|
metrics:
|
|
bindAddress: 127.0.0.1:8080
|
|
webhook:
|
|
port: 9443
|
|
leaderElection:
|
|
leaderElect: true
|
|
resourceName: 8fc84668.kairos.io
|
|
# leaderElectionReleaseOnCancel defines if the leader should step down volume
|
|
# when the Manager ends. This requires the binary to immediately end when the
|
|
# Manager is stopped, otherwise, this setting is unsafe. Setting this significantly
|
|
# speeds up voluntary leader transitions as the new leader don't have to wait
|
|
# LeaseDuration time first.
|
|
# In the default scaffold provided, the program ends immediately after
|
|
# the manager stops, so would be fine to enable this option. However,
|
|
# if you are doing or is intended to do any operation such as perform cleanups
|
|
# after the manager stops then its usage might be unsafe.
|
|
# leaderElectionReleaseOnCancel: true
|