add kratosUrl configuration variable
This commit is contained in:
parent
88a4367b64
commit
2fadaa2598
2 changed files with 5 additions and 0 deletions
|
|
@ -247,6 +247,9 @@ backend:
|
|||
##
|
||||
pullSecrets: []
|
||||
|
||||
# URL to the Ory Kratos API
|
||||
kratosUrl: http://127.0.0.1:8000
|
||||
|
||||
## Kubernetes service configuration. For minikube, set this to NodePort, elsewhere use LoadBalancer or ClusterIP
|
||||
##
|
||||
service:
|
||||
|
|
|
|||
Reference in a new issue