chore: Update manifests after change

This commit is contained in:
2026-03-20 22:55:06 +00:00
parent 2b964109c4
commit 5d2190845a
16 changed files with 408 additions and 3 deletions

View File

@@ -0,0 +1,22 @@
apiVersion: v1
kind: Service
metadata:
name: languagetool
labels:
app.kubernetes.io/instance: languagetool
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: languagetool
app.kubernetes.io/service: languagetool
helm.sh/chart: languagetool-4.6.2
namespace: languagetool
spec:
type: ClusterIP
ports:
- port: 80
targetPort: 8010
protocol: TCP
name: http
selector:
app.kubernetes.io/controller: main
app.kubernetes.io/instance: languagetool
app.kubernetes.io/name: languagetool