mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-16 18:02:55 +02:00
14 lines
208 B
YAML
14 lines
208 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
labels:
|
|
app: lingo-frontend
|
|
name: lingo-frontend
|
|
spec:
|
|
ports:
|
|
- name: "frontend"
|
|
port: 8001
|
|
targetPort: 80
|
|
selector:
|
|
app: lingo-frontend
|