feat: refactor apps

This commit is contained in:
2026-04-03 19:16:43 -05:00
parent c0ed5ca8bd
commit a9a32ca769
7 changed files with 13 additions and 47 deletions

View File

@@ -5,12 +5,13 @@ description: LanguageTool
keywords:
- languagetool
- spellchecking
home: https://wiki.alexlebens.dev/
home: https://docs.alexlebens.dev/applications/languagetool/
sources:
- https://github.com/languagetool-org/languagetool
- https://github.com/Erikvl87/docker-languagetool
- https://hub.docker.com/r/erikvl87/languagetool
- https://github.com/bjw-s-labs/helm-charts/tree/main/charts/other/app-template
- https://gitea.alexlebens.dev/alexlebens/helm-charts/src/branch/main/charts/volsync-target
maintainers:
- name: alexlebens
dependencies:

View File

@@ -4,13 +4,11 @@ languagetool:
type: deployment
replicas: 1
strategy: Recreate
revisionHistoryLimit: 3
containers:
main:
image:
repository: erikvl87/languagetool
tag: 6.7
pullPolicy: IfNotPresent
tag: 6.7@sha256:454acc9b3d232bdf37a0eddb1c8d0e93513ce41b914a8a374e3c44a884122364
env:
- name: langtool_languageModel
value: /ngrams
@@ -20,8 +18,8 @@ languagetool:
value: 1g
resources:
requests:
cpu: 10m
memory: 128Mi
cpu: 1m
memory: 800Mi
service:
main:
controller: main
@@ -29,7 +27,6 @@ languagetool:
http:
port: 80
targetPort: 8010
protocol: HTTP
route:
main:
kind: HTTPRoute
@@ -42,11 +39,8 @@ languagetool:
- languagetool.alexlebens.net
rules:
- backendRefs:
- group: ''
kind: Service
name: languagetool
- name: languagetool
port: 80
weight: 100
matches:
- path:
type: PathPrefix
@@ -57,7 +51,6 @@ languagetool:
storageClass: ceph-block
accessMode: ReadWriteOnce
size: 1Gi
retain: true
advancedMounts:
main:
main: