Compare commits
2 Commits
c1c1d4d538
...
e211bdcf5d
| Author | SHA1 | Date | |
|---|---|---|---|
|
e211bdcf5d
|
|||
| d9090e17f4 |
@@ -11,6 +11,8 @@ spec:
|
||||
blocks:
|
||||
- start: "10.232.1.21"
|
||||
stop: "10.232.1.23"
|
||||
- start: "10.232.1.100"
|
||||
stop: "10.232.1.200"
|
||||
|
||||
---
|
||||
apiVersion: cilium.io/v2
|
||||
|
||||
@@ -9,11 +9,11 @@ metadata:
|
||||
app.kubernetes.io/part-of: {{ .Release.Name }}
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-issuer
|
||||
io.cilium/lb-ipam-ips: "10.232.1.23"
|
||||
io.cilium/lb-ipam-ips: "10.232.1.100"
|
||||
spec:
|
||||
addresses:
|
||||
- type: IPAddress
|
||||
value: 10.232.1.23
|
||||
value: 10.232.1.100
|
||||
gatewayClassName: cilium
|
||||
listeners:
|
||||
- allowedRoutes:
|
||||
|
||||
@@ -31,4 +31,4 @@ dependencies:
|
||||
repository: oci://harbor.alexlebens.net/helm-charts
|
||||
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/ollama.png
|
||||
# renovate: datasource=github-releases depName=ollama/ollama
|
||||
appVersion: 0.15.6
|
||||
appVersion: 0.16.0
|
||||
|
||||
@@ -22,7 +22,7 @@ ollama:
|
||||
main:
|
||||
image:
|
||||
repository: ollama/ollama
|
||||
tag: 0.15.6
|
||||
tag: 0.16.0
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: OLLAMA_KEEP_ALIVE
|
||||
@@ -58,7 +58,7 @@ ollama:
|
||||
main:
|
||||
image:
|
||||
repository: ollama/ollama
|
||||
tag: 0.15.6
|
||||
tag: 0.16.0
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: OLLAMA_KEEP_ALIVE
|
||||
@@ -94,7 +94,7 @@ ollama:
|
||||
main:
|
||||
image:
|
||||
repository: ollama/ollama
|
||||
tag: 0.15.6
|
||||
tag: 0.16.0
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: OLLAMA_KEEP_ALIVE
|
||||
|
||||
Reference in New Issue
Block a user