Add lingo

This commit is contained in:
Ruben Hensen
2026-02-02 19:26:22 +01:00
parent 41ab5657dc
commit 7217931316
4 changed files with 90 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
labels:
app: lingo
name: lingo
spec:
ports:
- name: "8001"
port: 8001
targetPort: 8001
selector:
app: lingo