14 lines
252 B
YAML
14 lines
252 B
YAML
|
apiVersion: gateway.networking.k8s.io/v1
|
||
|
kind: HTTPRoute
|
||
|
metadata:
|
||
|
name: http
|
||
|
spec:
|
||
|
parentRefs:
|
||
|
- name: homelab-gateway
|
||
|
sectionName: ollama
|
||
|
namespace: homelab
|
||
|
rules:
|
||
|
- backendRefs:
|
||
|
- name: ollama
|
||
|
port: 11434
|