Skip to content

Commit

Permalink
I know it doesn't matter but maybe a more sophisticated default value…
Browse files Browse the repository at this point in the history
… would help? Is there a way to force setting this value?
  • Loading branch information
ctr26 committed Nov 9, 2023
1 parent e15c9ef commit e411bda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file modified charts/hypha/charts/tritoninferenceserver-hypha-1.0.8.tgz
Binary file not shown.
8 changes: 4 additions & 4 deletions charts/hypha/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.
replicaCount: 1
acmeEmail: ""
certSecretName: imjoy-app-engine-tls
certSecretName: hypha-tls
hyphaHostName: https://hypha.local
s3ConsoleHostName: https://hs3c.local
s3_endpoint_url_public: https://hs3.local
Expand Down Expand Up @@ -37,7 +37,7 @@ ingress:
path: /
# Used to create an Ingress record.
hosts:
- imjoy.duckdns.org
- ""
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
Expand Down Expand Up @@ -70,7 +70,7 @@ minio:
fullnameOverride: "minio"
enabled: true
rootUser: "minio"
rootPassword: "minio123"
rootPassword: "xZ/aDcP+PfoTWgwA9ZADTtU/+djwMeMKz4QlSKRcgEs="
publicEndpointUrl: ""
browserRedirectUrl: ""

Expand Down Expand Up @@ -105,7 +105,7 @@ tritoninferenceserver-hypha:
- name: AWS_ACCESS_KEY_ID
value: minio
- name: AWS_SECRET_ACCESS_KEY
value: minio123
value: "xZ/aDcP+PfoTWgwA9ZADTtU/+djwMeMKz4QlSKRcgEs="
- name: AWS_REGION
value: us-east-1
- name: S3_ENDPOINT
Expand Down

0 comments on commit e411bda

Please sign in to comment.