Skip to content

Commit b0c9826

Browse files
vitaliimdp1gmale0n
authored andcommitted
fix: change network policy (#321)
* change network policy * feature/320-fix tfsec
1 parent da04d3c commit b0c9826

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

terraform/layer1-aws/aws-vpc.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ data "aws_security_group" "default" {
1414
}
1515

1616
#tfsec:ignore:aws-ec2-no-public-ip-subnet
17+
#tfsec:ignore:aws-ec2-require-vpc-flow-logs-for-all-vpcs
1718
module "vpc" {
1819
source = "terraform-aws-modules/vpc/aws"
1920
version = "3.12.0"

terraform/layer2-k8s/eks-external-secrets.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ module "external_secrets_namespace" {
107107
ingress = {
108108
ports = [
109109
{
110-
port = "9443"
110+
port = "10250"
111111
protocol = "TCP"
112112
}
113113
]

0 commit comments

Comments
 (0)