29 lines
1.1 KiB
YAML
29 lines
1.1 KiB
YAML
apiVersion: v1
|
|
data:
|
|
controller_manager_config.yaml: |
|
|
apiVersion: controller-runtime.sigs.k8s.io/v1alpha1
|
|
kind: ControllerManagerConfig
|
|
health:
|
|
healthProbeBindAddress: :6789
|
|
metrics:
|
|
bindAddress: 127.0.0.1:8080
|
|
|
|
leaderElection:
|
|
leaderElect: true
|
|
resourceName: 811c9dc5.ansible.com
|
|
# 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
|
|
kind: ConfigMap
|
|
metadata:
|
|
labels:
|
|
helm.sh/chart: awx-operator
|
|
name: awx-operator-awx-manager-config
|