github.com/verrazzano/verrazzano@v1.7.0/platform-operator/thirdparty/charts/ingress-nginx/ci/deployment-internal-lb-values.yaml (about)

     1  controller:
     2    image:
     3      repository: ingress-controller/controller
     4      tag: 1.0.0-dev
     5      digest: null
     6    admissionWebhooks:
     7      enabled: false
     8    service:
     9      type: ClusterIP
    10      internal:
    11        enabled: true
    12        annotations:
    13          service.beta.kubernetes.io/aws-load-balancer-internal: "true"
    14        ports:
    15          http: 443
    16          https: 80
    17        targetPorts:
    18          http: 443
    19          https: 80