Files
k8scd/lingo/lingo-api-service.yaml
Ruben Hensen 285c90e56d Update ports
2026-02-02 22:01:51 +01:00

14 lines
188 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: lingo-api
name: lingo-api
spec:
ports:
- name: "api"
port: 8000
targetPort: 80
selector:
app: lingo-api