@@ -719,3 +719,57 @@ egress:
719
719
configReaders :
720
720
# - name:
721
721
# namespace:
722
+
723
+ # multicluster-controller:
724
+ # # -- List of service mirror controllers.
725
+ # # References to the Links deployed in the cluster, each of which will have a
726
+ # # corresponding service mirror controller deployed.
727
+ # # Only `link.ref.name` is required for each entry.
728
+ # # Example (all the missing values take their values from controllerDefaults):
729
+ # # controllers:
730
+ # # - link:
731
+ # # ref:
732
+ # # name: target1
733
+ # # logLevel: debug
734
+ # # - link:
735
+ # # ref:
736
+ # # name: target2
737
+ # # gateway:
738
+ # # enabled: false
739
+ # # replicas: 2
740
+ # controllers: []
741
+
742
+ # controllerDefaults:
743
+ # # -- Number of service mirror replicas for a given Link
744
+ # replicas: 1
745
+ # image:
746
+ # name: cr.l5d.io/linkerd/controller
747
+ # # @default -- imagePullPolicy
748
+ # pullPolicy: ""
749
+ # # @default -- linkerdVersion
750
+ # version: linkerdVersionValue
751
+ # gateway:
752
+ # # -- Enables a probe service for the gateway
753
+ # enabled: true
754
+ # probe:
755
+ # # -- Port used for liveliness probing
756
+ # port: 4191
757
+ # # -- Log level (`error`, `warn`, `info`, `debug` or `trace`)
758
+ # logLevel: info
759
+ # # -- Log format (`plain` or `json`)
760
+ # logFormat: plain
761
+ # # -- Toggle support for mirroring headless services
762
+ # enableHeadlessServices: false
763
+ # # -- Enables the use of pprof endpoints for the controller
764
+ # enablePprof: false
765
+ # UID: 2103
766
+ # GID: 2103
767
+ # # -- Number of times service mirror updates are allowed to be requeued (retried)
768
+ # retryLimit: 3
769
+ # # -- Resources to assign to the controller.
770
+ # # See `policyController.resources` in the linkerd-control-plane chart for the expected format
771
+ # resources: {}
772
+ # nodeSelector: {}
773
+ # tolerations: {}
774
+ # enablePodAntiAffinity: false
775
+ # nodeAffinity: {}
0 commit comments