Notes for Editing custom-cncc-iam_values_1.0.0.yaml

To enable metallb LoadBalancer IP for CNCC-IAM make following updates in service section of custom values yaml.

Add annotations and change type to LoadBalaner.

service:
  annotations:
    metallb.universe.tf/address-pool: oam
  ## ServiceType
  ## ref: https://kubernetes.io/docs/user-guide/services/#publishing-services---service-types
  type: LoadBalancer
  ## Static LoadBalancer IP
  loadBalancerIp:
   
  httpPort: 8285
  httpNodePort: 30024
 
  httpsPort: 8443
  httpsNodePort: ""