Skip to content

Commit

Permalink
Can we change to hyphaHostName?
Browse files Browse the repository at this point in the history
  • Loading branch information
ctr26 committed Nov 9, 2023
1 parent 70f0654 commit e15c9ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/hypha/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
--executable-path={{ .Values.executablePath }} \
--enable-server-apps \
--apps-dir={{ .Values.appsDir }} \
--public-base-url={{ .Values.imjoyHostName }} \
--public-base-url={{ .Values.hyphaHostName }} \
# --reset-redis \
# --startup-functions={{ .Values.startupFunctionsPath }}:hypha_startup \
# --in-docker \
Expand Down
2 changes: 1 addition & 1 deletion charts/hypha/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
replicaCount: 1
acmeEmail: ""
certSecretName: imjoy-app-engine-tls
imjoyHostName: https://hypha.local
hyphaHostName: https://hypha.local
s3ConsoleHostName: https://hs3c.local
s3_endpoint_url_public: https://hs3.local
# s3_endpoint_url: ""
Expand Down

0 comments on commit e15c9ef

Please sign in to comment.