Skip to content

Commit

Permalink
Fix some values
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Sep 16, 2024
1 parent b25d084 commit 774ad5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
- region: msp
- region: ldn
- region: sin
env:
REGION: ${{ matrix.colo.region }}
steps:
- uses: actions/checkout@v4

Expand Down
6 changes: 2 additions & 4 deletions helm/values.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@ image:

ingress:
enabled: true
className: alb
className: nginx
annotations:
external-dns.alpha.kubernetes.io/cloudflare-proxied: "true"
alb.ingress.kubernetes.io/target-type: "ip"
alb.ingress.kubernetes.io/scheme: "internet-facing"
alb.ingress.kubernetes.io/listen-ports: '[{"HTTPS":443}]'
hosts:
- host: {{ HOSTNAME }}
paths:
Expand All @@ -20,6 +17,7 @@ ingress:
tls:
- hosts:
- dashboard.chia.net
- dashboard-{{ REGION }}.chia.net

env:
- name: GF_SERVER_ROOT_URL
Expand Down

0 comments on commit 774ad5f

Please sign in to comment.