Files
homelab/k8s/apps/doka2-lobby-list/service.yaml
T

17 lines
250 B
YAML
Raw Normal View History

2026-07-13 16:05:04 +03:00
---
apiVersion: v1
kind: Service
metadata:
name: doka2-lobby-list
labels:
app: doka2-lobby-list
spec:
type: ClusterIP
selector:
app: doka2-lobby-list
ports:
- port: 80
targetPort: http
protocol: TCP
name: http