Skip to content

Commit

Permalink
feat: add group name to ingress for sharing elb across namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
hwmin414 committed Feb 21, 2024
1 parent 86a5886 commit 16ad29e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zabo-server-deployment/base/server/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ metadata:
alb.ingress.kubernetes.io/target-type: 'instance'
alb.ingress.kubernetes.io/certificate-arn: arn:aws:acm:ap-northeast-2:666583083672:certificate/2f5020e0-01dd-43dd-aa7e-0699015d6b89
alb.ingress.kubernetes.io/ssl-policy: ELBSecurityPolicy-2016-08
alb.ingress.kubernetes.io/group.name: "sparcs-prod-external"
name: zabo-ingress
namespace: zabo
finalizers:
Expand Down

0 comments on commit 16ad29e

Please sign in to comment.