Files
homelab/k8s/apps/khm/service.yaml

14 lines
156 B
YAML
Raw Normal View History

2025-04-06 18:27:46 +01:00
---
apiVersion: v1
kind: Service
metadata:
name: khm
spec:
selector:
app: khm
ports:
- protocol: TCP
port: 8080
targetPort: 8080