Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ELB tags for custom ingresses #1391

Merged
merged 11 commits into from Feb 14, 2019
Expand Up @@ -12,6 +12,8 @@ const Subnets = `{{ define "subnets" }}
Tags:
- Key: Name
Value: {{ .Name }}
- Key: "kubernetes.io/role/elb"
Value: "1"
VpcId: !Ref VPC

{{ .RouteTableAssociation.Name }}:
Expand All @@ -32,6 +34,8 @@ const Subnets = `{{ define "subnets" }}
Tags:
- Key: Name
Value: {{ .Name }}
- Key: "kubernetes.io/role/internal-elb"
Value: "1"
VpcId: !Ref VPC

{{ .RouteTableAssociation.Name }}:
Expand Down