We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6854c commit 0bfa15dCopy full SHA for 0bfa15d
2 files changed
charts/intel/templates/deployment.yaml
@@ -87,6 +87,10 @@ spec:
87
{{ else }}
88
{{ .Values.ai.url | quote }}
89
{{ end }}
90
+ {{- if .Values.codetogether.customClientsUrl }}
91
+ - name: CT_HQ_OLLAMA_AI_CLIENTS_URL
92
+ value: {{ .Values.codetogether.customClientsUrl | quote }}
93
+ {{- end }}
94
- name: CT_HQ_OLLAMA_AI_MODEL_NAME
95
value: {{ .Values.ai.modelName | default "gemma3:1b" | quote }}
96
- name: CT_HQ_OLLAMA_AI_API_KEY
charts/intel/values.yaml
@@ -39,6 +39,7 @@ imageCredentials:
39
codetogether:
40
url: https://<server-fqdn>
41
trustAllCerts: false # Set to 'true' to trust all certificates
42
+ # customClientsUrl: "" # Optional custom URL for clients to download from
43
44
45
hqproperties:
0 commit comments