20 lines
494 B
YAML
20 lines
494 B
YAML
|
apiVersion: v1
|
||
|
data:
|
||
|
controller_manager_config.yaml: |
|
||
|
apiVersion: controller-runtime.sigs.k8s.io/v1alpha1
|
||
|
kind: ControllerManagerConfig
|
||
|
health:
|
||
|
healthProbeBindAddress: :9440
|
||
|
metrics:
|
||
|
bindAddress: 127.0.0.1:8085
|
||
|
webhook:
|
||
|
port: 9443
|
||
|
leaderElection:
|
||
|
leaderElect: true
|
||
|
resourceName: a9498140.metal3.io
|
||
|
kind: ConfigMap
|
||
|
metadata:
|
||
|
name: baremetal-operator-manager-config
|
||
|
labels:
|
||
|
{{- include "baremetal-operator.labels" . | nindent 4 }}
|