Skip to content

Commit

Permalink
Merge pull request #2282 from moreal/rudolf-subnets
Browse files Browse the repository at this point in the history
Ignore common ELB subnet settings for rudolf-service
  • Loading branch information
moreal authored Dec 26, 2024
2 parents fa4c70c + 7438bec commit 8ff9270
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/all-in-one/templates/rudolf-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ metadata:
annotations:
{{- with (deepCopy $.Values.global.service.annotations) }}
{{ $_ := unset . "service.beta.kubernetes.io/aws-load-balancer-scheme" }}
{{ $_ := unset . "service.beta.kubernetes.io/aws-load-balancer-subnets" }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- if .Values.rudolfService.service.public }}
Expand Down

0 comments on commit 8ff9270

Please sign in to comment.