2 Commits

Author SHA1 Message Date
0a8585a920 chore(deps): update ollama/ollama to v0.16.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 1m2s
2026-02-12 19:12:26 +00:00
7f4e75f2b5 feat: enable gateway and l2
Some checks failed
lint-test-helm / lint-helm (push) Successful in 16s
render-manifests-push / render-manifests-push (push) Failing after 1m48s
renovate / renovate (push) Successful in 3m9s
2026-02-12 13:09:05 -06:00
6 changed files with 71 additions and 72 deletions

View File

@@ -1,18 +1,17 @@
# apiVersion: "cilium.io/v2alpha1" apiVersion: "cilium.io/v2alpha1"
# kind: CiliumL2AnnouncementPolicy kind: CiliumL2AnnouncementPolicy
# metadata: metadata:
# name: node-gateway-l2-policy name: node-gateway-l2-policy
# namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
# labels: labels:
# app.kubernetes.io/name: node-gateway-l2-policy app.kubernetes.io/name: node-gateway-l2-policy
# app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
# app.kubernetes.io/part-of: {{ .Release.Name }} app.kubernetes.io/part-of: {{ .Release.Name }}
# spec: spec:
# nodeSelector: nodeSelector:
# matchLabels: matchLabels:
# kubernetes.io/hostname: talos-ix7-xku kubernetes.io/hostname: talos-ix7-xku
# interfaces: interfaces:
# - end0 - "^enp.*"
# - enp6s0 externalIPs: true
# externalIPs: true loadBalancerIPs: true
# loadBalancerIPs: true

View File

@@ -9,8 +9,6 @@ metadata:
app.kubernetes.io/part-of: {{ .Release.Name }} app.kubernetes.io/part-of: {{ .Release.Name }}
spec: spec:
blocks: blocks:
- start: "10.232.1.21"
stop: "10.232.1.23"
- start: "10.232.2.21" - start: "10.232.2.21"
stop: "10.232.2.23" stop: "10.232.2.23"

View File

@@ -1,46 +1,46 @@
# apiVersion: gateway.networking.k8s.io/v1 apiVersion: gateway.networking.k8s.io/v1
# kind: Gateway kind: Gateway
# metadata: metadata:
# name: cilium-tls-gateway name: cilium-tls-gateway
# namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
# labels: labels:
# app.kubernetes.io/name: cilium-tls-gateway app.kubernetes.io/name: cilium-tls-gateway
# app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
# app.kubernetes.io/part-of: {{ .Release.Name }} app.kubernetes.io/part-of: {{ .Release.Name }}
# annotations: annotations:
# cert-manager.io/cluster-issuer: letsencrypt-issuer cert-manager.io/cluster-issuer: letsencrypt-issuer
# io.cilium/lb-ipam-ips: "10.232.1.23" io.cilium/lb-ipam-ips: "10.232.1.23"
# spec: spec:
# addresses: addresses:
# - type: IPAddress - type: IPAddress
# value: 10.232.1.23 value: 10.232.1.23
# gatewayClassName: cilium gatewayClassName: cilium
# listeners: listeners:
# - allowedRoutes: - allowedRoutes:
# namespaces: namespaces:
# from: All from: All
# hostname: '*.alexlebens.net' hostname: '*.alexlebens.net'
# name: https name: https
# port: 443 port: 443
# protocol: HTTPS protocol: HTTPS
# tls: tls:
# certificateRefs: certificateRefs:
# - group: '' - group: ''
# kind: Secret kind: Secret
# name: https-gateway-cert name: https-gateway-cert
# namespace: kube-system namespace: kube-system
# mode: Terminate mode: Terminate
# - allowedRoutes: - allowedRoutes:
# namespaces: namespaces:
# from: All from: All
# hostname: 'alexlebens.net' hostname: 'alexlebens.net'
# name: https-domain name: https-domain
# port: 443 port: 443
# protocol: HTTPS protocol: HTTPS
# tls: tls:
# certificateRefs: certificateRefs:
# - group: '' - group: ''
# kind: Secret kind: Secret
# name: https-gateway-cert name: https-gateway-cert
# namespace: kube-system namespace: kube-system
# mode: Terminate mode: Terminate

View File

@@ -26,7 +26,7 @@ cilium:
- SYS_ADMIN - SYS_ADMIN
- SYS_RESOURCE - SYS_RESOURCE
l2announcements: l2announcements:
enabled: false enabled: true
bgpControlPlane: bgpControlPlane:
enabled: false enabled: false
secretsNamespace: secretsNamespace:
@@ -37,7 +37,7 @@ cilium:
mode: "default" mode: "default"
bpf: bpf:
hostLegacyRouting: true hostLegacyRouting: true
devices: end0 enp6s0 devices: '^(enp|end|eth)[0-9a-z]*'
enableK8sEndpointSlice: true enableK8sEndpointSlice: true
ciliumEndpointSlice: ciliumEndpointSlice:
enabled: true enabled: true
@@ -47,6 +47,8 @@ cilium:
enabled: true enabled: true
enableAlpn: true enableAlpn: true
enableAppProtocol: true enableAppProtocol: true
gatewayClass:
create: true
externalIPs: externalIPs:
enabled: true enabled: true
socketLB: socketLB:

View File

@@ -31,4 +31,4 @@ dependencies:
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/ollama.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/ollama.png
# renovate: datasource=github-releases depName=ollama/ollama # renovate: datasource=github-releases depName=ollama/ollama
appVersion: 0.15.6 appVersion: 0.16.0

View File

@@ -22,7 +22,7 @@ ollama:
main: main:
image: image:
repository: ollama/ollama repository: ollama/ollama
tag: 0.15.6 tag: 0.16.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: OLLAMA_KEEP_ALIVE - name: OLLAMA_KEEP_ALIVE
@@ -58,7 +58,7 @@ ollama:
main: main:
image: image:
repository: ollama/ollama repository: ollama/ollama
tag: 0.15.6 tag: 0.16.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: OLLAMA_KEEP_ALIVE - name: OLLAMA_KEEP_ALIVE
@@ -94,7 +94,7 @@ ollama:
main: main:
image: image:
repository: ollama/ollama repository: ollama/ollama
tag: 0.15.6 tag: 0.16.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: OLLAMA_KEEP_ALIVE - name: OLLAMA_KEEP_ALIVE