Files
k8scd/lingo/lingo-frontend-service.yaml
T
2026-02-02 21:53:08 +01:00

14 lines
210 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: lingo-frontend
name: lingo-frontend
spec:
ports:
- name: "frontend"
port: 8001
targetPort: 8001
selector:
app: lingo-frontend