Skip to content

Commit 3d55961

Browse files
authored
chore: add stats app values (#2446)
1 parent d221387 commit 3d55961

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.github/workflows/reusable-deploy-k8s.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ on:
2424
- provider-console
2525
- provider-console-api
2626
- provider-console-security
27+
- stats-web
2728
appVersion:
2829
description: "The version of the app to deploy"
2930
required: true

.helm/stats-web-prod-values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
deploymentEnv: production
2+
3+
hostName: stats.akash.network
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
deploymentEnv: staging
2+
3+
hostName: stats-beta.akash.network

0 commit comments

Comments
 (0)