Skip to content

Commit

Permalink
feat: set api global host to domain
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe committed Jul 30, 2024
1 parent 5a56c40 commit 54c46ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
{{- $otelDict := dict "otel" (dict "labels" (printf "org.id=%s,tenant.slug=%s" .clerkOrgID $global.Values.tenantSlug)) }}
{{- $labelsDict := dict "labels" (dict "flanksource.com/clerk-org-id" .clerkOrgID ) }}

{{- $globalDict := dict "global" (merge (dict "otel" (dict "labels" $otelDict.otel.labels)) $labelsDict) }}
{{- $globalDict := dict "global" (merge (dict "otel" (dict "labels" $otelDict.otel.labels)) $labelsDict (dict "api" (dict "host" $global.Values.domain))) }}

{{- $_ := set $customValues "global" $globalDict.global }}
{{- $mergedValues := mergeOverwrite . $customValues }}
Expand Down
1 change: 1 addition & 0 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ missionControl:
kratos:
enabled: false
properties:
log.kubeproxy: 'true'
incidents.disable: 'true'
logs.disable: 'true'
settings.logging_backends.disable: 'true'
Expand Down

0 comments on commit 54c46ad

Please sign in to comment.