Compare commits

...

2 Commits

Author SHA1 Message Date
Scott Hatlen
f1d2c54e7f dns name issue 2025-10-08 22:42:08 -07:00
Scott Hatlen
21b586d668 adding support for another website 2025-10-08 22:41:59 -07:00
2 changed files with 11 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ when:
branch: main
steps:
- name: build_image
- name: build-image
image: docker:dind
commands:
- docker build -t scottyah/blog:latest .

View File

@@ -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: /