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 branch: main
steps: steps:
- name: build_image - name: build-image
image: docker:dind image: docker:dind
commands: commands:
- docker build -t scottyah/blog:latest . - docker build -t scottyah/blog:latest .

View File

@@ -72,3 +72,13 @@ spec:
name: blog-svc name: blog-svc
port: port:
number: 80 number: 80
- host: scotthatlen.com
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: blog-svc
port:
number: 80