charts/mcs-controller-manager/values.yaml (36 lines of code) (raw):
# Default values for mcs-controller-manager.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
repository: ghcr.io/azure/fleet-networking/mcs-controller-manager
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.1.0"
logVerbosity: 2
fleetSystemNamespace: fleet-system
leaderElectionNamespace: fleet-system
refreshtoken:
repository: ghcr.io/azure/fleet/refresh-token
pullPolicy: Always
tag: v0.1.0
config:
provider: secret
hubURL : https://<hub_cluster_api_server_ip>:<hub_cluster_port>
memberClusterName: <member_cluster_name>
hubCA: <certificate_authority_data>
secret:
name: "hub-kubeconfig-secret"
namespace: "default"
azure:
clientid: <member_cluster_clientID>
tlsClientInsecure: true #TODO should be false in the production
resources:
limits:
cpu: 500m
memory: 1Gi
requests:
cpu: 100m
memory: 128Mi
podAnnotations: {}
nodeSelector: {}
tolerations: []
affinity: {}
enableV1Alpha1APIs: false
enableV1Beta1APIs: true