From 9cb6199b1635416ae04f6b42125429d3c5802027 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Sun, 7 Dec 2025 10:01:18 +0000 Subject: [PATCH] push to staging --- README.md | 18 +++---- juntekim_frontend/app/page.tsx | 62 ++---------------------- traefik/who-am-i/whoami-ingressroute.yml | 3 +- 3 files changed, 14 insertions(+), 69 deletions(-) diff --git a/README.md b/README.md index a08173a..b346d6e 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,15 @@ TODO: - [x] Get a basic nextjs app set up - [x] Set up new laptop github workflow - - - [x] Download next js - [x] Aws terraform plan and apply configured - [] Deploy into my new k8s - [x] k get pods -A works - - [] deploy docker registry credentials - - [] deploy storageclass - - [] deloy traefik customised - - [] deploy who-am-i - - - Traefik certs change to staging - - May need to move aws terraform here too -- [] Deploy into my dockercontainer new image \ No newline at end of file + - [x] deploy docker registry credentials + - [x] deploy storageclass + - [x] deloy traefik customised + - [x] deploy who-am-i + - [] deploy next js to juntekim.com + - [] Traefik certs change from staging to production + - [] Merge my code to main + - [] Push from workflow k8s bootstrap \ No newline at end of file diff --git a/juntekim_frontend/app/page.tsx b/juntekim_frontend/app/page.tsx index 295f8fd..00b4917 100644 --- a/juntekim_frontend/app/page.tsx +++ b/juntekim_frontend/app/page.tsx @@ -2,64 +2,10 @@ import Image from "next/image"; export default function Home() { return ( -
-
- Next.js logo -
-

- To get started, edit the page.tsx file. -

-

- Looking for a starting point or more instructions? Head over to{" "} - - Templates - {" "} - or the{" "} - - Learning - {" "} - center. -

-
-
- - Vercel logomark - Deploy Now - - - Documentation - -
-
+
+

+ Impatient with actions, Patient with results +

); } diff --git a/traefik/who-am-i/whoami-ingressroute.yml b/traefik/who-am-i/whoami-ingressroute.yml index 9a980f7..e839652 100644 --- a/traefik/who-am-i/whoami-ingressroute.yml +++ b/traefik/who-am-i/whoami-ingressroute.yml @@ -7,7 +7,8 @@ spec: entryPoints: - websecure routes: - - match: "Host(`www.whoami.mealcraft.com`, `whoami.mealcraft.com`)" + - match: (Host(`whoami.mealcraft.com`) || Host(`www.whoami.mealcraft.com`)) + kind: Rule services: - name: whoami