Skip to content

Commit a5793ef

Browse files
authored
Merge pull request #62 from commjoen/ease-configuration
updated helm as well
2 parents 14e3b86 + de586d1 commit a5793ef

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

aws/k8s-aws-alb-script.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ helm upgrade -i aws-load-balancer-controller \
7474
--set image.tag="${LBC_VERSION}" \
7575
--set region=${AWS_REGION} \
7676
--set image.repository=602401143452.dkr.ecr.${AWS_REGION}.amazonaws.com/amazon/aws-load-balancer-controller
77+
7778
# You may need to modify the account ID above if you're operating in af-south-1, ap-east-1, ap-southeast-3, cn-north and cn-northwest, eu-south-1, me-south-1, or the govcloud.
7879
# See the full list of accounts per regions here: https://docs.aws.amazon.com/eks/latest/userguide/add-ons-images.html
7980

aws/k8s/wrongsecrets-balancer-ingress.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,12 @@ spec:
1818
name: wrongsecrets-balancer
1919
port:
2020
number: 80
21+
- https:
22+
paths:
23+
- path: /
24+
pathType: Prefix
25+
backend:
26+
service:
27+
name: wrongsecrets-balancer
28+
port:
29+
number: 443

helm/wrongsecrets-ctf-party/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ balancer:
3535
# -- Set this to a fixed random alpa-numeric string (recommended length 24 chars). If not set this get randomly generated with every helm upgrade, each rotation invalidates all active cookies / sessions requirering users to login again.
3636
cookieParserSecret: null
3737
repository: jeroenwillemsen/wrongsecrets-balancer
38-
tag: 0.87aws
38+
tag: 0.88aws
3939
# -- Number of replicas of the wrongsecrets-balancer deployment
4040
replicas: 1
4141
service:

0 commit comments

Comments
 (0)