Compare commits

..

No commits in common. "main" and "testing" have entirely different histories.

15 changed files with 10 additions and 38 deletions

View file

@ -6,6 +6,6 @@ metadata:
spec: spec:
replicas: 1 replicas: 1
strategy: strategy:
type: RollingUpdate type: Recreate
template: template:
spec: spec:

View file

@ -6,6 +6,6 @@ metadata:
spec: spec:
replicas: 1 replicas: 1
strategy: strategy:
type: RollingUpdate type: Recreate
template: template:
spec: spec:

View file

@ -6,6 +6,6 @@ metadata:
spec: spec:
replicas: 1 replicas: 1
strategy: strategy:
type: RollingUpdate type: Recreate
template: template:
spec: spec:

View file

@ -1,11 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
images:
- name: image
newName: ollama/ollama
newTag: 0.11.3
transformers: transformers:
- |- - |-
apiVersion: builtin apiVersion: builtin

View file

@ -3,8 +3,6 @@ kind: Deployment
metadata: metadata:
name: app name: app
spec: spec:
strategy:
type: Recreate # Needed since only 1 GPU
template: template:
spec: spec:
runtimeClassName: nvidia runtimeClassName: nvidia
@ -15,7 +13,7 @@ spec:
effect: "NoSchedule" effect: "NoSchedule"
containers: containers:
- name: ollama - name: ollama
image: image image: ollama/ollama:0.6.7
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
resources: resources:
limits: limits:

View file

@ -20,7 +20,7 @@ spec:
subPath: "data" subPath: "data"
storageClass: longhorn-private storageClass: longhorn-private
image: image:
tag: 0.6.15 tag: 0.6.10
extraEnvVars: extraEnvVars:
- name: ENABLE_OAUTH_SIGNUP - name: ENABLE_OAUTH_SIGNUP
value: "true" value: "true"

View file

@ -7,7 +7,7 @@ api_endpoint = "http://ollama-svc:11434"
# Chat model # Chat model
[model.chat.http] [model.chat.http]
kind = "openai/chat" kind = "openai/chat"
model_name = "granite3.3:8b" model_name = "llama3.2:latest"
api_endpoint = "http://ollama-svc:11434/v1" api_endpoint = "http://ollama-svc:11434/v1"
# Embedding model # Embedding model

View file

@ -1,10 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
images:
- name: image
newName: tabbyml/tabby
newTag: 0.30.1
transformers: transformers:
- |- - |-
apiVersion: builtin apiVersion: builtin

View file

@ -12,7 +12,7 @@ spec:
effect: "NoSchedule" effect: "NoSchedule"
containers: containers:
- name: tabby - name: tabby
image: image image: tabbyml/tabby:0.25.2
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: tabby - name: tabby

View file

@ -1,11 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
images:
- name: image
newName: registry.gitlab.com/comentario/comentario
newTag: v3.14.0
transformers: transformers:
- |- - |-
apiVersion: builtin apiVersion: builtin

View file

@ -21,7 +21,7 @@ spec:
values: values:
- "true" - "true"
containers: containers:
- image: image - image: registry.gitlab.com/comentario/comentario:v3.13.1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
name: comentario name: comentario
ports: ports:

View file

@ -5,7 +5,7 @@ metadata:
spec: spec:
chart: authentik chart: authentik
repo: https://charts.goauthentik.io repo: https://charts.goauthentik.io
version: 2025.6.4 version: 2025.6.1
targetNamespace: auth targetNamespace: auth
createNamespace: true createNamespace: true
valuesContent: |- valuesContent: |-

View file

@ -68,12 +68,6 @@ spec:
name: gatus-secrets name: gatus-secrets
key: POSTGRES_PASSWORD key: POSTGRES_PASSWORD
optional: false optional: false
- name: NTFY_TOPIC
valueFrom:
secretKeyRef:
name: gatus-secrets
key: NTFY_TOPIC
optional: false
volumeMounts: volumeMounts:
- mountPath: /config/config.yaml - mountPath: /config/config.yaml
name: gatus-config name: gatus-config

View file

@ -1,11 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
images:
- name: image
newName: ghcr.io/umami-software/umami
newTag: postgresql-v2.19.0
transformers: transformers:
- |- - |-
apiVersion: builtin apiVersion: builtin

View file

@ -22,8 +22,7 @@ spec:
- "true" - "true"
containers: containers:
- name: umami - name: umami
image: image image: ghcr.io/umami-software/umami:postgresql-v2.17.0
imagePullPolicy: IfNotPresent
envFrom: envFrom:
- configMapRef: - configMapRef:
name: umami-config name: umami-config