Files
homelab/k8s/apps/lan-play/service.yaml
T

16 lines
260 B
YAML
Raw Normal View History

2026-08-05 12:56:33 +01:00
apiVersion: v1
kind: Service
metadata:
name: lan-play
labels:
app.kubernetes.io/name: lan-play
spec:
type: ClusterIP
selector:
app.kubernetes.io/name: lan-play
ports:
- name: http
port: 80
targetPort: http
protocol: TCP