Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions charts/intel/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ spec:
{{ else }}
{{ .Values.ai.url | quote }}
{{ end }}
{{- if .Values.codetogether.customClientsUrl }}
- name: CT_HQ_OLLAMA_AI_CLIENTS_URL
value: {{ .Values.codetogether.customClientsUrl | quote }}
{{- end }}
- name: CT_HQ_OLLAMA_AI_MODEL_NAME
value: {{ .Values.ai.modelName | default "gemma3:1b" | quote }}
- name: CT_HQ_OLLAMA_AI_API_KEY
Expand Down
1 change: 1 addition & 0 deletions charts/intel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ imageCredentials:
codetogether:
url: https://<server-fqdn>
trustAllCerts: false # Set to 'true' to trust all certificates
# customClientsUrl: "" # Optional custom URL for clients to download from


hqproperties:
Expand Down
Loading