Skip to content

Commit

Permalink
Add ingress path for the -dev domain
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Sep 17, 2024
1 parent 3907003 commit 2b016bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- uses: Chia-Network/actions/helm/deploy@main
env:
REPLICAS: 3
HOSTNAME: "dashboard-${{ matrix.colo.region }}.chia.net"
HOSTNAME: "dashboard-dev.chia.net"
IMAGE_TAG: "sha-${{ github.sha }}"
with:
namespace: grafana-pub
Expand Down
4 changes: 4 additions & 0 deletions helm/values.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ ingress:
paths:
- path: /
pathType: Prefix
- host: dashboard-{{ REGION }}.chia.net
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- dashboard-dev.chia.net
Expand Down

0 comments on commit 2b016bd

Please sign in to comment.