Team - I have installed Hydra with Helm chart and ...
# talk-hydra
w
Team - I have installed Hydra with Helm chart and used the following values:
Copy code
helm install \
    --set 'hydra.config.secrets.system={$(LC_ALL=C tr -dc 'A-Za-z0-9' < /dev/urandom | base64 | head -c 32)}' \
    --set 'hydra.config.dsn=memory' \
    --set 'hydra.config.urls.self.issuer=<http://public.hydra.localhost/>' \
    --set 'hydra.config.urls.login=<http://example-idp.localhost/login>' \
    --set 'hydra.config.urls.consent=<http://example-idp.localhost/consent>' \
    --set 'hydra.config.urls.logout=<http://example-idp.localhost/logout>' \
    --set 'ingress.public.enabled=true' \
    --set 'ingress.admin.enabled=true' \
    --set 'hydra.dangerousForceHttp=true' \
    --set 'hydra.dev=true' \
    hydra-example \
    ory/hydra