Skip to content

Commit

Permalink
add ELB tags for custom ingresses (#1391)
Browse files Browse the repository at this point in the history
  • Loading branch information
xh3b4sd committed Feb 14, 2019
1 parent bde821c commit e43bc75
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
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
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

0 comments on commit e43bc75

Please sign in to comment.