Skip to content

Commit

Permalink
fix sg group to private (#412)
Browse files Browse the repository at this point in the history
Co-authored-by: Nishant Desai <[email protected]>
  • Loading branch information
desainis and Nishant Desai authored Jun 4, 2024
1 parent 950c56e commit fbe80e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
alb.ingress.kubernetes.io/actions.ssl-redirect: '{"Type": "redirect", "RedirectConfig": { "Protocol": "HTTPS", "Port": "443", "StatusCode": "HTTP_301"}}'
alb.ingress.kubernetes.io/listen-ports: '[{"HTTP": 80}, {"HTTPS":443}]'
alb.ingress.kubernetes.io/scheme: internet-facing
alb.ingress.kubernetes.io/security-groups: askem-staging-web-private, askem-staging-k8s
alb.ingress.kubernetes.io/security-groups: askem-staging-web-private
alb.ingress.kubernetes.io/target-type: instance
spec:
ingressClassName: alb
Expand Down

0 comments on commit fbe80e0

Please sign in to comment.