Skip to content

Commit

Permalink
Add group.name to alb annotations for AWS (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpirogovski authored Jan 7, 2025
1 parent 94d7a24 commit 0aa54dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/mlrun-ce/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: mlrun-ce
version: 0.7.1-rc8
version: 0.7.1-rc9
description: MLRun Open Source Stack
home: https://iguazio.com
icon: https://www.iguazio.com/wp-content/uploads/2019/10/Iguazio-Logo.png
Expand Down
1 change: 1 addition & 0 deletions charts/mlrun-ce/templates/aws/aws_ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ kind: Ingress
metadata:
name: mlrun-ce-ingress
annotations:
alb.ingress.kubernetes.io/group.name: {{ .Values.global.externalHostAddress }}
alb.ingress.kubernetes.io/scheme: internet-facing
alb.ingress.kubernetes.io/target-type: ip
{{- if .Values.global.infrastructure.inboundCidrs }}
Expand Down

0 comments on commit 0aa54dd

Please sign in to comment.