<html>
<head>
<base href="https://bugzilla.suse.com/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - [doc] Issue in "BASIC OVERRIDE FILE WITH INGRESS AND NO GPU""
href="https://bugzilla.suse.com/show_bug.cgi?id=1239853">1239853</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>[doc] Issue in "BASIC OVERRIDE FILE WITH INGRESS AND NO GPU"
</td>
</tr>
<tr>
<th>Classification</th>
<td>SUSE AI
</td>
</tr>
<tr>
<th>Product</th>
<td>SUSE AI Application Containers
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Other
</td>
</tr>
<tr>
<th>OS</th>
<td>Other
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>Normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P5 - None
</td>
</tr>
<tr>
<th>Component</th>
<td>documentation
</td>
</tr>
<tr>
<th>Assignee</th>
<td>tbazant@suse.com
</td>
</tr>
<tr>
<th>Reporter</th>
<td>goran.kurel@suse.com
</td>
</tr>
<tr>
<th>QA Contact</th>
<td>ai-maintainers@lists.suse.com
</td>
</tr>
<tr>
<th>Target Milestone</th>
<td>---
</td>
</tr>
<tr>
<th>Found By</th>
<td>---
</td>
</tr>
<tr>
<th>Blocker</th>
<td>---
</td>
</tr></table>
<p>
<div>
<pre>BASIC OVERRIDE FILE WITH INGRESS AND NO GPU:
<a href="https://documentation.suse.com/suse-ai/1.0/html/AI-deployment-intro/index.html#id-1.5.7.4">https://documentation.suse.com/suse-ai/1.0/html/AI-deployment-intro/index.html#id-1.5.7.4</a>
There is an indentation issue in ingress.hosts section. If using original:
ingress:
enabled: true
hosts:
- host: OLLAMA_API_URL
paths:
- path: /
pathType: Prefix
when installing helm chart the following error occurs:
"Error: failed to parse ollama_custom_overrides.yaml: error converting YAML to
JSON: yaml: line 6: mapping values are not allowed in this context"
Changing ingress.hosts section as shown below solves the issue:
ingress:
enabled: true
hosts:
- host: OLLAMA_API_URL
paths:
- path: /
pathType: Prefix</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>