Hey, I am deploying hydra to GCP-Kubernetes cluste...
# talk-hydra
k
Hey, I am deploying hydra to GCP-Kubernetes cluster through ory helm chart. But deployment fails with the following error message and logs, although there is enough storage.
l
What value did you use for urls.self.issuer? Which command did you use to install the chart?
t
I'd say the error there explains the issue, if you're not setting an issuer with
https
then you need to set
dangerousForceHttp: true
k
@magnificent-actor-67130