Merge branch '7-add-kratos_url-backend-config-variable-to-helm-chart' into 'master'
Resolve "Add KRATOS_URL backend config variable to helm chart" Closes #7 See merge request openappstack/admin-frontend!6
This commit is contained in:
commit
23c295e335
2 changed files with 5 additions and 0 deletions
|
@ -138,6 +138,8 @@ spec:
|
|||
secretKeyRef:
|
||||
name: {{ include "backend.smtp.secretName" . }}
|
||||
key: smtp-password
|
||||
- name: KRATOS_URL
|
||||
value: {{ .Values.backend.kratosUrl }}
|
||||
{{- end }}
|
||||
{{- if .Values.backend.extraEnvVars }}
|
||||
{{- include "common.tplvalues.render" (dict "value" .Values.backend.extraEnvVars "context" $) | nindent 12 }}
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue