Automated Manifest Update (#2204)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #2204 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2204.
This commit is contained in:
@@ -3,48 +3,6 @@
|
||||
---
|
||||
kind: PersistentVolumeClaim
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: ollama-server-1
|
||||
labels:
|
||||
app.kubernetes.io/instance: ollama
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: ollama
|
||||
helm.sh/chart: ollama-4.4.0
|
||||
annotations:
|
||||
helm.sh/resource-policy: keep
|
||||
namespace: ollama
|
||||
spec:
|
||||
accessModes:
|
||||
- "ReadWriteOnce"
|
||||
resources:
|
||||
requests:
|
||||
storage: "40Gi"
|
||||
storageClassName: "ceph-block"
|
||||
---
|
||||
# Source: ollama/charts/ollama/templates/common.yaml
|
||||
kind: PersistentVolumeClaim
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: ollama-server-2
|
||||
labels:
|
||||
app.kubernetes.io/instance: ollama
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: ollama
|
||||
helm.sh/chart: ollama-4.4.0
|
||||
annotations:
|
||||
helm.sh/resource-policy: keep
|
||||
namespace: ollama
|
||||
spec:
|
||||
accessModes:
|
||||
- "ReadWriteOnce"
|
||||
resources:
|
||||
requests:
|
||||
storage: "40Gi"
|
||||
storageClassName: "ceph-block"
|
||||
---
|
||||
# Source: ollama/charts/ollama/templates/common.yaml
|
||||
kind: PersistentVolumeClaim
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: ollama-server-3
|
||||
labels:
|
||||
@@ -85,6 +43,48 @@ spec:
|
||||
storageClassName: "ceph-block"
|
||||
---
|
||||
# Source: ollama/charts/ollama/templates/common.yaml
|
||||
kind: PersistentVolumeClaim
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: ollama-server-1
|
||||
labels:
|
||||
app.kubernetes.io/instance: ollama
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: ollama
|
||||
helm.sh/chart: ollama-4.4.0
|
||||
annotations:
|
||||
helm.sh/resource-policy: keep
|
||||
namespace: ollama
|
||||
spec:
|
||||
accessModes:
|
||||
- "ReadWriteOnce"
|
||||
resources:
|
||||
requests:
|
||||
storage: "40Gi"
|
||||
storageClassName: "ceph-block"
|
||||
---
|
||||
# Source: ollama/charts/ollama/templates/common.yaml
|
||||
kind: PersistentVolumeClaim
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: ollama-server-2
|
||||
labels:
|
||||
app.kubernetes.io/instance: ollama
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: ollama
|
||||
helm.sh/chart: ollama-4.4.0
|
||||
annotations:
|
||||
helm.sh/resource-policy: keep
|
||||
namespace: ollama
|
||||
spec:
|
||||
accessModes:
|
||||
- "ReadWriteOnce"
|
||||
resources:
|
||||
requests:
|
||||
storage: "40Gi"
|
||||
storageClassName: "ceph-block"
|
||||
---
|
||||
# Source: ollama/charts/ollama/templates/common.yaml
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
@@ -265,7 +265,7 @@ spec:
|
||||
value: 24h
|
||||
- name: OLLAMA_HOST
|
||||
value: 0.0.0.0
|
||||
image: ollama/ollama:0.13.0
|
||||
image: ollama/ollama:0.13.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: main
|
||||
resources:
|
||||
@@ -336,7 +336,7 @@ spec:
|
||||
value: 24h
|
||||
- name: OLLAMA_HOST
|
||||
value: 0.0.0.0
|
||||
image: ollama/ollama:0.13.0
|
||||
image: ollama/ollama:0.13.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: main
|
||||
resources:
|
||||
@@ -407,7 +407,7 @@ spec:
|
||||
value: 24h
|
||||
- name: OLLAMA_HOST
|
||||
value: 0.0.0.0
|
||||
image: ollama/ollama:0.13.0
|
||||
image: ollama/ollama:0.13.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: main
|
||||
resources:
|
||||
@@ -505,7 +505,7 @@ spec:
|
||||
value: Authentik
|
||||
- name: OPENID_PROVIDER_URL
|
||||
value: https://authentik.alexlebens.net/application/o/ollama/.well-known/openid-configuration
|
||||
image: ghcr.io/open-webui/open-webui:v0.6.37
|
||||
image: ghcr.io/open-webui/open-webui:0.6.41
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: main
|
||||
resources:
|
||||
|
||||
Reference in New Issue
Block a user