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

Commit

Permalink
Merge pull request #595 from alphagov/tidyup-alb
Browse files Browse the repository at this point in the history
Remove unused ALB and associated DNS records and istio components.
  • Loading branch information
blairboy362 authored Oct 8, 2019
2 parents a4b02a2 + 25cce70 commit 95c234b
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 95c234b

Please sign in to comment.