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