Skip to content

Commit b7c69ac

Browse files
committed
CH-273 change mainapp to samples
1 parent 478e506 commit b7c69ac

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

applications/samples/deploy/values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
harness:
2-
subdomain: samples
2+
subdomain: www
3+
aliases:
4+
- samples
35
image_name: sampleapp
46
secured: true
57
sentry: true

deployment-configuration/helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ domain: ${{DOMAIN}}
77
# -- The K8s namespace.
88
namespace: ch
99
# -- Name of mainapp, routes incoming traffic of root `domaim` to this app.
10-
mainapp: accounts
10+
mainapp: samples
1111
registry:
1212
# -- The docker registry.
1313
name: "localhost:5000"

0 commit comments

Comments
 (0)