Split deployment in 2 files

This commit is contained in:
Ruben Hensen
2026-02-02 21:53:08 +01:00
parent 03e357d17c
commit 4f09fbeb04
2 changed files with 26 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
labels:
app: lingo-frontend
name: lingo-frontend
spec:
ports:
- name: "frontend"
port: 8001
targetPort: 8001
selector:
app: lingo-frontend