Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
Remove unused ALB and associated DNS records and istio components.
Browse files Browse the repository at this point in the history
Traffic is no longer hitting this ALB since the per-namespace gateways
went live so it is now redundant.
  • Loading branch information
blairboy362 committed Oct 8, 2019
1 parent a4b02a2 commit 25cce70
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 164 deletions.
25 changes: 1 addition & 24 deletions charts/gsp-istio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,30 +82,7 @@ istio:
enabled: false
gateways:
istio-ingressgateway:
replicaCount: 2
autoscaleMin: 2
type: NodePort
sds:
enabled: true
istio-egressgateway:
enabled: true
replicaCount: 2
autoscaleMin: 2
ports:
- port: 80
name: http2
- port: 443
name: https
# This is the port where sni routing happens
- port: 15443
targetPort: 15443
name: tls
- port: 2223
name: tcp-cloudhsm-2223
- port: 2224
name: tcp-cloudhsm-2224
- port: 2225
name: tcp-cloudhsm-2225
enabled: false
sidecarInjectorWebhook:
enableNamespacesByDefault: true
rewriteAppHTTPProbe: true
Expand Down
136 changes: 0 additions & 136 deletions modules/gsp-cluster/alb.tf

This file was deleted.

4 changes: 0 additions & 4 deletions modules/k8s-cluster/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ output "bootstrap_role_arns" {
value = "${list(aws_cloudformation_stack.worker-nodes.outputs["NodeInstanceRole"], aws_cloudformation_stack.kiam-server-nodes.outputs["NodeInstanceRole"], aws_cloudformation_stack.ci-nodes.outputs["NodeInstanceRole"])}"
}

output "worker_http_target_group_arn" {
value = "${aws_cloudformation_stack.worker-nodes.outputs["HTTPTargetGroup"]}"
}

output "worker_tcp_target_group_arn" {
value = "${aws_cloudformation_stack.worker-nodes.outputs["TCPTargetGroup"]}"
}
Expand Down

0 comments on commit 25cce70

Please sign in to comment.