Some cleanup
This commit is contained in:
parent
cdb58bb742
commit
2017459a07
6 changed files with 39 additions and 2 deletions
|
@ -34,6 +34,12 @@ spec:
|
||||||
default: true
|
default: true
|
||||||
port: 2222
|
port: 2222
|
||||||
exposedPort: 2222
|
exposedPort: 2222
|
||||||
|
service:
|
||||||
|
annotations:
|
||||||
|
svccontroller.k3s.cattle.io/tolerations: |
|
||||||
|
- effect: NoSchedule
|
||||||
|
key: public
|
||||||
|
operator: Exists
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: "public"
|
- key: "public"
|
||||||
value: "true"
|
value: "true"
|
||||||
|
|
7
kustomize/helmchart-noaddons/helmchart.yaml
Normal file
7
kustomize/helmchart-noaddons/helmchart.yaml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
apiVersion: helm.cattle.io/v1
|
||||||
|
kind: HelmChart
|
||||||
|
metadata:
|
||||||
|
name: chart
|
||||||
|
namespace: charts
|
||||||
|
spec:
|
||||||
|
targetNamespace: default
|
10
kustomize/helmchart-noaddons/kustomization.yaml
Normal file
10
kustomize/helmchart-noaddons/kustomization.yaml
Normal 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
|
|
@ -84,8 +84,8 @@ configMapGenerator:
|
||||||
- name: config
|
- name: config
|
||||||
literals:
|
literals:
|
||||||
- NEXTAUTH_URL="https://linkwarden.leechpepin.com/api/v1/auth"
|
- NEXTAUTH_URL="https://linkwarden.leechpepin.com/api/v1/auth"
|
||||||
- NEXT_PUBLIC_OLLAMA_ENDPOINT_URL="http://ollama.ai.svc.cluster.local:11434"
|
- NEXT_PUBLIC_OLLAMA_ENDPOINT_URL="https://ollama.leechpepin.com:11434"
|
||||||
- OLLAMA_MODEL="phi3:mini-4k"
|
- OLLAMA_MODEL="granite3.1-moe:3b"
|
||||||
- NEXT_PUBLIC_AUTHENTIK_ENABLED="true"
|
- NEXT_PUBLIC_AUTHENTIK_ENABLED="true"
|
||||||
- AUTHENTIK_CUSTOM_NAME="Authentik"
|
- AUTHENTIK_CUSTOM_NAME="Authentik"
|
||||||
- AUTHENTIK_ISSUER="https://auth.leechpepin.com/application/o/linkwarden"
|
- AUTHENTIK_ISSUER="https://auth.leechpepin.com/application/o/linkwarden"
|
||||||
|
|
7
namespaces/charts/namespace.yaml
Normal file
7
namespaces/charts/namespace.yaml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
labels:
|
||||||
|
homelab-access: "true"
|
||||||
|
name: charts
|
7
namespaces/public/namespace.yaml
Normal file
7
namespaces/public/namespace.yaml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
labels:
|
||||||
|
homelab-access: "true"
|
||||||
|
name: public
|
Loading…
Add table
Reference in a new issue