diff --git a/charts/hypha/charts/tritoninferenceserver-hypha-1.0.8.tgz b/charts/hypha/charts/tritoninferenceserver-hypha-1.0.8.tgz index 39b083d..7ecae6b 100644 Binary files a/charts/hypha/charts/tritoninferenceserver-hypha-1.0.8.tgz and b/charts/hypha/charts/tritoninferenceserver-hypha-1.0.8.tgz differ diff --git a/charts/hypha/values.yaml b/charts/hypha/values.yaml index 9771485..8a8cdca 100644 --- a/charts/hypha/values.yaml +++ b/charts/hypha/values.yaml @@ -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 @@ -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" @@ -70,7 +70,7 @@ minio: fullnameOverride: "minio" enabled: true rootUser: "minio" - rootPassword: "minio123" + rootPassword: "xZ/aDcP+PfoTWgwA9ZADTtU/+djwMeMKz4QlSKRcgEs=" publicEndpointUrl: "" browserRedirectUrl: "" @@ -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