From f7c470662be87ad9912c1a1f5b588c9e04aa228e Mon Sep 17 00:00:00 2001 From: Oliverxll Date: Tue, 13 Aug 2024 13:01:26 +0200 Subject: [PATCH 1/2] Fixed #110 --- deployments-ingress/done/frontend-ingress.yaml | 1 + deployments-ingress/start/frontend-ingress.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/deployments-ingress/done/frontend-ingress.yaml b/deployments-ingress/done/frontend-ingress.yaml index d74d281..43266df 100644 --- a/deployments-ingress/done/frontend-ingress.yaml +++ b/deployments-ingress/done/frontend-ingress.yaml @@ -8,6 +8,7 @@ metadata: 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 diff --git a/deployments-ingress/start/frontend-ingress.yaml b/deployments-ingress/start/frontend-ingress.yaml index 15816db..3511fdb 100644 --- a/deployments-ingress/start/frontend-ingress.yaml +++ b/deployments-ingress/start/frontend-ingress.yaml @@ -8,6 +8,7 @@ metadata: 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-..eficode.academy From d4afa44b18e54d755e3712c373584dc36e219eeb Mon Sep 17 00:00:00 2001 From: Oliverxll Date: Tue, 13 Aug 2024 13:01:26 +0200 Subject: [PATCH 2/2] Fixed #110 --- deployments-ingress/done/frontend-ingress.yaml | 2 +- deployments-ingress/start/frontend-ingress.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deployments-ingress/done/frontend-ingress.yaml b/deployments-ingress/done/frontend-ingress.yaml index d74d281..20b2731 100644 --- a/deployments-ingress/done/frontend-ingress.yaml +++ b/deployments-ingress/done/frontend-ingress.yaml @@ -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 diff --git a/deployments-ingress/start/frontend-ingress.yaml b/deployments-ingress/start/frontend-ingress.yaml index 15816db..99ac52c 100644 --- a/deployments-ingress/start/frontend-ingress.yaml +++ b/deployments-ingress/start/frontend-ingress.yaml @@ -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-..eficode.academy