Skip to content

Commit

Permalink
Merge pull request #114 from Oliverxll/master
Browse files Browse the repository at this point in the history
Fixed #110
  • Loading branch information
sofusalbertsen authored Aug 13, 2024
2 parents f4a0b10 + 06c6b09 commit 129e017
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployments-ingress/done/frontend-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ metadata:
annotations:
# These annotations are required to use ALB Ingress Controller
alb.ingress.kubernetes.io/scheme: internet-facing
kubernetes.io/ingress.class: alb
alb.ingress.kubernetes.io/listen-ports: '[{"HTTPS":443}]'
name: frontend-ingress
spec:
ingressClassName: "alb"
rules:
# you need to change the host to match your own
- host: quotes-sal.prosa.eficode.academy
Expand Down
2 changes: 1 addition & 1 deletion deployments-ingress/start/frontend-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ metadata:
annotations:
# These annotations are required to use ALB Ingress Controller
alb.ingress.kubernetes.io/scheme: internet-facing
kubernetes.io/ingress.class: alb
alb.ingress.kubernetes.io/listen-ports: '[{"HTTPS":443}]'
name: frontend-ingress
spec:
ingressClassName: "alb"
rules:
# you need to change the host to match your own
- host: quotes-<yourname>.<prefix>.eficode.academy
Expand Down

0 comments on commit 129e017

Please sign in to comment.