Skip to content

Commit

Permalink
Add a variable for internal api requests (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
VyacheslavSemin authored May 15, 2024
1 parent 050090c commit f26a26a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/configmaps/docspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ metadata:
data:
ENV_EXTENSION: {{ .Values.connections.envExtension | quote }}
DATABASE_MIGRATION: {{ .Values.connections.mysqlDatabaseMigration | quote }}
API_HOST: "http://{{ template "docspace.svc.router.name" . }}:{{ .Values.router.service.port.external }}"
MYSQL_HOST: {{ .Values.connections.mysqlHost }}
MYSQL_PORT: {{ .Values.connections.mysqlPort | quote }}
MYSQL_DATABASE: {{ .Values.connections.mysqlDatabase }}
Expand Down

0 comments on commit f26a26a

Please sign in to comment.