From 21b586d6680aafc1a3e19b892b4f117a6d8e16d9 Mon Sep 17 00:00:00 2001 From: Scott Hatlen Date: Wed, 8 Oct 2025 22:41:59 -0700 Subject: [PATCH 1/2] adding support for another website --- k8s.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/k8s.yaml b/k8s.yaml index f21fed5..4218aa8 100644 --- a/k8s.yaml +++ b/k8s.yaml @@ -63,6 +63,16 @@ spec: port: number: 80 - host: blog.scottyah.com + http: + paths: + - path: / + pathType: Prefix + backend: + service: + name: blog-svc + port: + number: 80 + - host: scotthatlen.com http: paths: - path: / From f1d2c54e7fe670f8d073064d59a544596ac30208 Mon Sep 17 00:00:00 2001 From: Scott Hatlen Date: Wed, 8 Oct 2025 22:42:08 -0700 Subject: [PATCH 2/2] dns name issue --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 8f6e8ef..8238bf7 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,7 +3,7 @@ when: branch: main steps: - - name: build_image + - name: build-image image: docker:dind commands: - docker build -t scottyah/blog:latest .