Reset git history for making manifests public

This commit is contained in:
2026-06-01 10:30:39 +02:00
commit c75a08ddde
398 changed files with 41799 additions and 0 deletions

40
ollama/httproute.yaml Normal file
View File

@@ -0,0 +1,40 @@
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: ollama-route
namespace: ollama
spec:
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: gateway-internal
namespace: envoy-gateway
sectionName: ollama
hostnames:
- "ollama.jsme.be"
rules:
- matches:
- path:
type: PathPrefix
value: /
filters:
- type: RequestHeaderModifier
requestHeaderModifier:
set:
- name: X-Forwarded-Host
value: "ollama.jsme.be"
- name: X-Forwarded-Proto
value: https
- type: ResponseHeaderModifier
responseHeaderModifier:
set:
- name: Strict-Transport-Security
value: "max-age=31536000; includeSubDomains"
- name: X-Content-Type-Options
value: nosniff
backendRefs:
- name: ollama
port: 11434
kind: Service
group: ""
weight: 1