Skip to content

Commit

Permalink
Merge pull request #183 from CHZZK-Study/dev
Browse files Browse the repository at this point in the history
feat(k8s/): ingress 도메인 변경
  • Loading branch information
jjaegii authored Sep 24, 2024
2 parents 4b70c7e + ffa7737 commit 8a65443
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions k8s/dev/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ metadata:
spec:
tls:
- hosts:
- dev.chzzk-diary-server.shop
- api.dev.grassdiary.site
secretName: dev-tls-secret
rules:
- host: dev.chzzk-diary-server.shop
- host: api.dev.grassdiary.site
http:
paths:
- path: /
Expand Down
4 changes: 2 additions & 2 deletions k8s/release/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ metadata:
spec:
tls:
- hosts:
- release.chzzk-diary-server.shop
- api.release.grassdiary.site
secretName: release-tls-secret
rules:
- host: release.chzzk-diary-server.shop
- host: api.release.grassdiary.site
http:
paths:
- path: /
Expand Down

0 comments on commit 8a65443

Please sign in to comment.