Skip to content
Snippets Groups Projects
Select Git revision
  • ash2k/move-end
  • master default protected
  • master-trigger-branch
  • fix-layer4-nginx-example
  • 487059-cell-configuration
  • pguinoiseau/registry-extra-containers
  • jon-ci-rename-and-tidy-up-some-ci-scripts-e5391ed0
  • 8-7-stable protected
  • 8-8-stable protected
  • 8-9-stable protected
  • fix-missing-podlabels
  • 5098-upgrade-redis-7.x
  • jdrpereira-master-patch-a654
  • readme-links
  • cf-clarify-primary-secondary-network-requirements
  • 5953-registry-migration-psql-crt
  • jts/oci-eh
  • fix-dev-com-dependency-on-gitlab-build-images
  • 8-6-stable protected
  • cb-update-prom
  • v8.7.8
  • v8.8.4
  • v8.9.1
  • v8.8.3
  • v8.7.7
  • v8.9.0
  • v8.6.5
  • v8.7.6
  • v8.8.2
  • v8.6.4
  • v8.7.5
  • v8.8.1
  • v8.8.0
  • v8.7.4
  • v8.5.5
  • v8.6.3
  • v8.7.3
  • v8.7.2
  • v8.7.1
  • v8.7.0
40 results

ingress.yaml

ingress.yaml 1.29 KiB
# AWS Load Balancer Controller documentation
#   https://kubernetes-sigs.github.io/aws-load-balancer-controller/latest/guide/ingress/annotations
#   https://kubernetes-sigs.github.io/aws-load-balancer-controller/latest/guide/ingress/spec
#   https://kubernetes-sigs.github.io/aws-load-balancer-controller/latest/guide/ingress/ingress_class

nginx-ingress:
  enabled: false

# Option 1: Use built-in AWS Load Balancer Controller IngressClass
global:
  ingress:
    # Configure `spec.ingressClassName` on Ingress objects.
    # Supported as of AWS Load Balancer Controller v2.4:
    #  https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.4/guide/ingress/spec
    class: alb
    # Alternatively, the annotation can be used. Note that use of the
    # annotation is deprecated in favor of `spec.ingressClassName`.
    # https://kubernetes-sigs.github.io/aws-load-balancer-controller/latest/guide/ingress/ingress_class/#deprecated-kubernetesioingressclass-annotation
    # annotations:
    #   kubernetes.io/ingress.class: alb

# Option 2: Create a custom IngressClass
#   1. Create an IngressClass with a given name
#      - https://kubernetes-sigs.github.io/aws-load-balancer-controller/latest/guide/ingress/spec
#   2. Set that class name under `global.ingress.class`
# global:
#   ingress:
#     class: foo