Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» feat(helm): Add default AWS LB annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
MfCrizz committed Oct 11, 2023
1 parent f98d59a commit bb1ca58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ aws:
enabled: false
ingress:
annotations:
kubernetes.io/ingress.class: alb
alb.ingress.kubernetes.io/target-type: ip
alb.ingress.kubernetes.io/scheme: internal
alb.ingress.kubernetes.io/load-balancer-name: "unguard-lb"

# Ingress
ingress:
Expand Down

0 comments on commit bb1ca58

Please sign in to comment.