Some cleanup

This commit is contained in:
JLP 2025-03-27 21:25:55 -04:00
parent cdb58bb742
commit 2017459a07
No known key found for this signature in database
GPG key ID: 414E00D1FF7519DC
6 changed files with 39 additions and 2 deletions

View file

@ -34,6 +34,12 @@ spec:
default: true
port: 2222
exposedPort: 2222
service:
annotations:
svccontroller.k3s.cattle.io/tolerations: |
- effect: NoSchedule
key: public
operator: Exists
tolerations:
- key: "public"
value: "true"

View file

@ -0,0 +1,7 @@
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
name: chart
namespace: charts
spec:
targetNamespace: default

View file

@ -0,0 +1,10 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- helmchart.yaml
labels:
- includeSelectors: true
pairs:
app.kubernetes.io/managed-by: kustomize

View file

@ -84,8 +84,8 @@ configMapGenerator:
- name: config
literals:
- NEXTAUTH_URL="https://linkwarden.leechpepin.com/api/v1/auth"
- NEXT_PUBLIC_OLLAMA_ENDPOINT_URL="http://ollama.ai.svc.cluster.local:11434"
- OLLAMA_MODEL="phi3:mini-4k"
- NEXT_PUBLIC_OLLAMA_ENDPOINT_URL="https://ollama.leechpepin.com:11434"
- OLLAMA_MODEL="granite3.1-moe:3b"
- NEXT_PUBLIC_AUTHENTIK_ENABLED="true"
- AUTHENTIK_CUSTOM_NAME="Authentik"
- AUTHENTIK_ISSUER="https://auth.leechpepin.com/application/o/linkwarden"

View file

@ -0,0 +1,7 @@
---
apiVersion: v1
kind: Namespace
metadata:
labels:
homelab-access: "true"
name: charts

View file

@ -0,0 +1,7 @@
---
apiVersion: v1
kind: Namespace
metadata:
labels:
homelab-access: "true"
name: public