Compare commits
No commits in common. "main" and "testing" have entirely different histories.
15 changed files with 10 additions and 38 deletions
|
@ -6,6 +6,6 @@ metadata:
|
|||
spec:
|
||||
replicas: 1
|
||||
strategy:
|
||||
type: RollingUpdate
|
||||
type: Recreate
|
||||
template:
|
||||
spec:
|
||||
|
|
|
@ -6,6 +6,6 @@ metadata:
|
|||
spec:
|
||||
replicas: 1
|
||||
strategy:
|
||||
type: RollingUpdate
|
||||
type: Recreate
|
||||
template:
|
||||
spec:
|
||||
|
|
|
@ -6,6 +6,6 @@ metadata:
|
|||
spec:
|
||||
replicas: 1
|
||||
strategy:
|
||||
type: RollingUpdate
|
||||
type: Recreate
|
||||
template:
|
||||
spec:
|
||||
|
|
|
@ -1,11 +1,6 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
images:
|
||||
- name: image
|
||||
newName: ollama/ollama
|
||||
newTag: 0.11.3
|
||||
|
||||
transformers:
|
||||
- |-
|
||||
apiVersion: builtin
|
||||
|
|
|
@ -3,8 +3,6 @@ kind: Deployment
|
|||
metadata:
|
||||
name: app
|
||||
spec:
|
||||
strategy:
|
||||
type: Recreate # Needed since only 1 GPU
|
||||
template:
|
||||
spec:
|
||||
runtimeClassName: nvidia
|
||||
|
@ -15,7 +13,7 @@ spec:
|
|||
effect: "NoSchedule"
|
||||
containers:
|
||||
- name: ollama
|
||||
image: image
|
||||
image: ollama/ollama:0.6.7
|
||||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
limits:
|
||||
|
|
|
@ -20,7 +20,7 @@ spec:
|
|||
subPath: "data"
|
||||
storageClass: longhorn-private
|
||||
image:
|
||||
tag: 0.6.15
|
||||
tag: 0.6.10
|
||||
extraEnvVars:
|
||||
- name: ENABLE_OAUTH_SIGNUP
|
||||
value: "true"
|
||||
|
|
|
@ -7,7 +7,7 @@ api_endpoint = "http://ollama-svc:11434"
|
|||
# Chat model
|
||||
[model.chat.http]
|
||||
kind = "openai/chat"
|
||||
model_name = "granite3.3:8b"
|
||||
model_name = "llama3.2:latest"
|
||||
api_endpoint = "http://ollama-svc:11434/v1"
|
||||
|
||||
# Embedding model
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
images:
|
||||
- name: image
|
||||
newName: tabbyml/tabby
|
||||
newTag: 0.30.1
|
||||
transformers:
|
||||
- |-
|
||||
apiVersion: builtin
|
||||
|
|
|
@ -12,7 +12,7 @@ spec:
|
|||
effect: "NoSchedule"
|
||||
containers:
|
||||
- name: tabby
|
||||
image: image
|
||||
image: tabbyml/tabby:0.25.2
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: tabby
|
||||
|
|
|
@ -1,11 +1,6 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
images:
|
||||
- name: image
|
||||
newName: registry.gitlab.com/comentario/comentario
|
||||
newTag: v3.14.0
|
||||
|
||||
transformers:
|
||||
- |-
|
||||
apiVersion: builtin
|
||||
|
|
|
@ -21,7 +21,7 @@ spec:
|
|||
values:
|
||||
- "true"
|
||||
containers:
|
||||
- image: image
|
||||
- image: registry.gitlab.com/comentario/comentario:v3.13.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: comentario
|
||||
ports:
|
||||
|
|
|
@ -5,7 +5,7 @@ metadata:
|
|||
spec:
|
||||
chart: authentik
|
||||
repo: https://charts.goauthentik.io
|
||||
version: 2025.6.4
|
||||
version: 2025.6.1
|
||||
targetNamespace: auth
|
||||
createNamespace: true
|
||||
valuesContent: |-
|
||||
|
|
|
@ -68,12 +68,6 @@ spec:
|
|||
name: gatus-secrets
|
||||
key: POSTGRES_PASSWORD
|
||||
optional: false
|
||||
- name: NTFY_TOPIC
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: gatus-secrets
|
||||
key: NTFY_TOPIC
|
||||
optional: false
|
||||
volumeMounts:
|
||||
- mountPath: /config/config.yaml
|
||||
name: gatus-config
|
||||
|
|
|
@ -1,11 +1,6 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
images:
|
||||
- name: image
|
||||
newName: ghcr.io/umami-software/umami
|
||||
newTag: postgresql-v2.19.0
|
||||
|
||||
transformers:
|
||||
- |-
|
||||
apiVersion: builtin
|
||||
|
|
|
@ -22,8 +22,7 @@ spec:
|
|||
- "true"
|
||||
containers:
|
||||
- name: umami
|
||||
image: image
|
||||
imagePullPolicy: IfNotPresent
|
||||
image: ghcr.io/umami-software/umami:postgresql-v2.17.0
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: umami-config
|
||||
|
|
Loading…
Add table
Reference in a new issue